summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNan Liu <nan.liu@gmail.com>2012-06-08 13:37:23 -0700
committerNan Liu <nan.liu@gmail.com>2012-06-08 13:37:23 -0700
commitd626f7eda802d9da904e5ff70f219fc1e5f6ead9 (patch)
treeb293ee0bea3d1406ea79ea9c6a1176568975e440 /.travis.yml
parentdca7b9094b9410964f99a88b8878509467adf182 (diff)
parent9751463263d2f006406da03b49da5056d4519cf6 (diff)
Merge pull request #20 from branan/use_spechelper_gem
Use spechelper gem
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..0ec5a08
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+language: ruby
+rvm:
+ - 1.8.7
+before_script:
+after_script:
+script: "rake spec_full"
+branches:
+ only:
+ - master
+env:
+ - PUPPET_VERSION=2.7.13
+ - PUPPET_VERSION=2.7.6
+ - PUPPET_VERSION=2.6.9
+notifications:
+ email: false
+gemfile: .gemfile