Skip to content

Commit

Permalink
Merge pull request #150 from juniorsysadmin/travis-push-fix
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
nibalizer committed Jul 26, 2015
2 parents 63d11c7 + f134c10 commit 3796404
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ matrix:
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
- rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
- rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes"
- rvm: 2.1.6
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
allow_failures:
- rvm: 2.1.6
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
notifications:
email: false

Expand All @@ -32,3 +33,4 @@ deploy:
all_branches: true
# Only publish if our main Ruby target builds
rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0"

0 comments on commit 3796404

Please sign in to comment.