Skip to content

Commit

Permalink
Try to run 'bundle update' before the script, so JRuby can read the r…
Browse files Browse the repository at this point in the history
…ight json gem
  • Loading branch information
jodosha committed Jan 23, 2017
1 parent 99da9bf commit c81c854
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ sudo: false
cache: bundler
before_install:
- gem update --system
before_script:
- bundle update
script: 'bundle exec rake test:coverage --trace && bundle exec rubocop'
rvm:
- 2.3.3
Expand Down

0 comments on commit c81c854

Please sign in to comment.