summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 8 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index a779eb3..611de9a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,21 +1,19 @@
---
+branches:
+ only:
+ - master
language: ruby
+bundler_args: --without development
+script: bundle exec rake spec SPEC_OPTS='--format documentation'
+after_success:
+ - git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng
+ - .forge-releng/publish
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
-before_script:
-after_script:
-script: rake spec SPEC_OPTS='--format documentation'
-after_success:
- - git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng
- - .forge-releng/publish
-branches:
- only:
- - master
env:
matrix:
- - PUPPET_GEM_VERSION="~> 2.6.0"
- PUPPET_GEM_VERSION="~> 2.7.0"
- PUPPET_GEM_VERSION="~> 3.0.0"
- PUPPET_GEM_VERSION="~> 3.1.0"