Skip to content

Commit

Permalink
Remove Ruby 1.9 from Travis
Browse files Browse the repository at this point in the history
Rubocop doesn't support Ruby 1.9 anymore.

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Aug 19, 2016
1 parent f835149 commit 4ff178f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ before_install:
- gem --version
matrix:
include:
- rvm: 1.9.3
- rvm: 2.0
- rvm: 2.1
- rvm: 2.1.9
- rvm: ruby-head
- rvm: 2.2
- rvm: 2.2.5
bundler_args: "--without guard tools"
script: bundle exec rake test:integration OS='default profile contains_inspec'
- rvm: 2.2
- rvm: 2.2.5
bundler_args: "--without guard tools"
script: bundle exec rake test:integration OS='supermarket'
allow_failures:
Expand Down

0 comments on commit 4ff178f

Please sign in to comment.