Skip to content

Commit

Permalink
Run only rubocop in the rubocop job.
Browse files Browse the repository at this point in the history
  • Loading branch information
packrat386 committed Jul 19, 2016
1 parent 5a63e27 commit 5c9752d
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 @@ -17,11 +17,10 @@ gemfile:
- gemfiles/rails_42.gemfile
- gemfiles/rails_5.gemfile
env:
- AFTER_ALL=false
- TEST_SUITE=rake

script:
- bundle exec rake
- if $AFTER_ALL; then bundle exec rubocop lib/ spec/; fi
- bundle exec $TEST_SUITE

matrix:
exclude:
Expand Down Expand Up @@ -62,7 +61,7 @@ matrix:
include:
- rvm: 2.3.1
gemfile: gemfiles/rails_5.gemfile
env: AFTER_ALL=true
env: TEST_SUITE="rubocop lib/ spec/"

notifications:
email: false

0 comments on commit 5c9752d

Please sign in to comment.