Skip to content

Commit

Permalink
Update travis.yml to have 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hunner committed Oct 16, 2014
1 parent 36307c0 commit 2fbe530
Showing 1 changed file with 11 additions and 25 deletions.
36 changes: 11 additions & 25 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,17 @@
---
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
- 2.1.1
env:
matrix:
- PUPPET_GEM_VERSION="~> 3.4.0"
- PUPPET_GEM_VERSION="~> 3.5.0"
global:
- PUBLISHER_LOGIN=puppetlabs
- secure: |-
mSHk+9ReN6wxJ9sOgySOSKEjaXOdtT9B1BtvsOGcm/FQI3p57meid3B6z37r\nNv9PbxwGb
mcZafMxNAfwr8nUb/bqxeXnZaGiY0E9pvg9aRr3g4knczn+siW+\nDkKlvM0rex2zzF0PDc
495e61kP5cxcKNVdDJSiUPPK6fNGQ1xX8=
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
matrix:
exclude:
- rvm: 2.1.1
env: PUPPET_GEM_VERSION="~> 3.4.0"
fast_finish: true
include:
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0"
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0"
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.0"
notifications:
email: false

0 comments on commit 2fbe530

Please sign in to comment.