Skip to content

Commit

Permalink
Re-enable automatic deploy to Forge
Browse files Browse the repository at this point in the history
  • Loading branch information
sgnl05 committed May 19, 2017
1 parent de7d45b commit 7970f84
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="~> 3.8.0" CHECK=build DEPLOY_TO_FORGE=yes

notifications:
email: false
deploy:
Expand Down

0 comments on commit 7970f84

Please sign in to comment.