summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSteffen Zieger <me@saz.sh>2012-11-19 13:48:27 +0100
committerSteffen Zieger <me@saz.sh>2012-11-19 13:48:27 +0100
commit641cfff6ff6ea187eee085f3520c5f916c30f452 (patch)
treecdc95d51e8c15bca4231043661b0328012f03a6c /.travis.yml
parent55d2f576e6f17719859f6230790ba7453c550a4e (diff)
add travis config file
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..37e322a
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,17 @@
+language: ruby
+rvm:
+ - 1.8.7
+before_script:
+after_script:
+script: "rake spec"
+branches:
+ only:
+ - master
+env:
+ - PUPPET_VERSION=2.7.13
+ - PUPPET_VERSION=2.7.6
+ - PUPPET_VERSION=2.6.9
+ - PUPPET_VERSION=3.0.0
+notifications:
+ email: false
+gemfile: .gemfile