Skip to content

Commit

Permalink
Only run RuboCop on the latest MRI
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Dec 10, 2014
1 parent 36bd26e commit b091c83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -1,4 +1,5 @@
before_install: gem update bundler
env: RAKE_TASK=spec
gemfile:
- Gemfile
- gemfiles/activemodel3.rb
Expand All @@ -14,6 +15,9 @@ matrix:
rvm: jruby
- gemfile: gemfiles/activemodel3.rb
rvm: rbx-2
include:
- env: RAKE_TASK='spec rubocop'
rvm: 2.1
notifications:
email: false
hipchat:
Expand All @@ -28,3 +32,4 @@ rvm:
- 1.9
- jruby
- rbx-2
script: bundle exec rake $RAKE_TASK

0 comments on commit b091c83

Please sign in to comment.