summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChris Price <chris@puppetlabs.com>2012-06-26 17:44:39 -0700
committerChris Price <chris@puppetlabs.com>2012-06-26 17:44:39 -0700
commit29f8f89c19b2189aa78ab430e94671669cb4716c (patch)
tree51b8c47d5576217b4bc8bf45510f38790b43b806 /.travis.yml
parente299ac6212b0468426f971b216447ef6bc679149 (diff)
parentd9410f72e416da15eb1660d15ba2b4288ccc0873 (diff)
downloadpuppet-stdlib-29f8f89c19b2189aa78ab430e94671669cb4716c.tar.gz
puppet-stdlib-29f8f89c19b2189aa78ab430e94671669cb4716c.tar.bz2
Merge pull request #73 from branan/use_spechelper_gem
Update for new gem version of puppetlabs_spec_helper
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