Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Mar 31, 2018
1 parent 34031e5 commit 4f26fe3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ matrix:
env: ACTIVE_RECORD_VERSION=4.0.0
- rvm: 2.4
env: ACTIVE_RECORD_VERSION=4.1.0
cache: bundler
before_script:
before_install:
- gem update --system
- gem --version
- gem update bundler
install:
- gem install bundler
- bundle --version
- bundle install --jobs=3 --retry=3
script:
- 'bundle exec rake'
notifications:
Expand Down

0 comments on commit 4f26fe3

Please sign in to comment.