Skip to content

Commit

Permalink
Merge pull request #41 from sgnl05/fix_deploy
Browse files Browse the repository at this point in the history
Fix deploy to forge
  • Loading branch information
sgnl05 authored May 19, 2017
2 parents de7d45b + 39a0de2 commit e8b28cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
- PUPPET_GEM_VERSION="~> 4.3.0" CHECK=test
- PUPPET_GEM_VERSION="~> 4.4.0" CHECK=test
- PUPPET_GEM_VERSION="~> 4.5.0" CHECK=test
- PUPPET_GEM_VERSION="~> 4.5.0" CHECK=build DEPLOY_TO_FORGE=yes
- PUPPET_GEM_VERSION="~> 4.6.0" CHECK=test
- PUPPET_GEM_VERSION="~> 4.7.0" CHECK=test
- PUPPET_GEM_VERSION="~> 4.8.0" CHECK=test
Expand All @@ -25,6 +26,12 @@ bundler_args: '--without system_tests development'

script: 'SPEC_OPTS="--format documentation" bundle exec rake $CHECK'

matrix:
fast_finish: true
exclude:
- rvm: 2.3.1
env: PUPPET_GEM_VERSION="~> 4.5.0" CHECK=build DEPLOY_TO_FORGE=yes

notifications:
email: false
deploy:
Expand Down

0 comments on commit e8b28cf

Please sign in to comment.