summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2014-10-10 14:49:44 -0400
committerJames Shubin <james@shubin.ca>2014-10-10 14:49:44 -0400
commitf24cca2ac8d138aae71c019a9bf6f311395f562d (patch)
tree0f4512fdba461839588626d792be0ee08bb7d06e /.travis.yml
parent6c962083d8b100dcaeb6f11dbe61e6071f3d13f0 (diff)
downloadpuppet-gluster-f24cca2ac8d138aae71c019a9bf6f311395f562d.tar.gz
puppet-gluster-f24cca2ac8d138aae71c019a9bf6f311395f562d.tar.xz
puppet-gluster-f24cca2ac8d138aae71c019a9bf6f311395f562d.zip
Infra update for puppet-gluster...
w00t, c-i, and automatic pushing.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..354f4ef
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+language: ruby
+rvm: 1.8.7
+notifications:
+ email:
+ - travis-ci@shubin.ca
+# TODO: do a full rake test once warnings are all gone!
+#script: 'bundle exec rake test'
+script: 'bundle exec rake syntax'
+env:
+# - PUPPET_VERSION=2.7.26
+ - PUPPET_VERSION=3.0.2
+ - PUPPET_VERSION=3.1.1
+ - PUPPET_VERSION=3.2.4
+ - PUPPET_VERSION=3.3.2
+ - PUPPET_VERSION=3.4.3
+