Skip to content

Commit

Permalink
* fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
mkonietzny committed Jan 27, 2017
1 parent 850cad7 commit 1d5bd1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ before_install:
- gem update bundler
- gem --version
- bundle -v
after_install:
- bundle exec gem list
script:
- 'bundle exec rake $CHECK'
matrix:
fast_finish: true
include:
- rvm: 1.9.3
env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" CHECK=test BEAKER_RSPEC_VERSION="<= 5.6.0"
env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" CHECK=test
- rvm: 1.9.3
env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" FUTURE_PARSER="yes" CHECK=test BEAKER_RSPEC_VERSION="<= 5.6.0"
env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" FUTURE_PARSER="yes" CHECK=test
- rvm: 2.1.9
env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" CHECK=test
- rvm: 2.1.9
Expand Down

0 comments on commit 1d5bd1c

Please sign in to comment.