Skip to content

Commit

Permalink
add travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
masa21kik committed Apr 10, 2019
1 parent e24dcdf commit c406a98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ rvm:
- 2.4
- 2.5
- 2.6
bundler_args: "--jobs=2"
cache: bundler
before_install:
- travis_retry gem update --system || travis_retry gem update --system 2.7.8
- travis_retry gem install bundler --no-document || travis_retry gem install bundler --no-document -v 1.17.3

0 comments on commit c406a98

Please sign in to comment.