summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-06-14 16:04:51 -0400
committerMicah Anderson <micah@riseup.net>2013-06-14 16:06:58 -0400
commitda0ce6473e4b3d65b60878c8cde62379222ee499 (patch)
tree987c42142c548ab1f3db7df9392bec306bd29f2f /.travis.yml
parent4d57632afc0d9be88c4c9a30ee26599bdbefef00 (diff)
parent0c75e1584827e52c3af20d304a76111f37307c48 (diff)
Merge remote-tracking branch 'camptocamp/master'
Conflicts: README manifests/debian.pp manifests/files.pp manifests/init.pp manifests/lens.pp manifests/redhat.pp
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..6d7c0f8
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,15 @@
+language: ruby
+rvm:
+ - 1.8.7
+ - 1.9.3
+ - 2.0.0
+ - ruby-head
+env:
+ - PUPPET_GEM_VERSION=">= 3.0.0"
+matrix:
+ allow_failures:
+ - rvm: 2.0.0
+ - rvm: ruby-head
+ include:
+ - rvm: 1.8.7
+ env: PUPPET_GEM_VERSION="~> 2.7"