aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBranan Purvine-Riley <branan@puppetlabs.com>2012-05-08 11:54:33 -0700
committerBranan Purvine-Riley <branan@puppetlabs.com>2012-05-08 11:54:33 -0700
commit30eb53235033a1701a40466b2999daf884ecd34a (patch)
tree69d9fca0bd526c26fcbe55700529dbf3933bface /.travis.yml
parent9bd4362615994e0025d220bfb34609a689720d2b (diff)
downloadpuppet-tftp-30eb53235033a1701a40466b2999daf884ecd34a.tar.gz
puppet-tftp-30eb53235033a1701a40466b2999daf884ecd34a.tar.bz2
Add files for Travis CI
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..c7970d1
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,15 @@
+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
+notifications:
+ email: false