Skip to content

Commit

Permalink
Merge pull request #4 from sue445/sue445-patch-1
Browse files Browse the repository at this point in the history
CI against ruby 2.5.0
  • Loading branch information
sue445 committed Dec 31, 2017
2 parents d1b81a7 + 674b004 commit 7872b5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ rvm:
- 2.2
- 2.3
- 2.4.1
- 2.5.0
- ruby-head
bundler_args: "--jobs=2"
cache: bundler
before_install: gem install bundler -v 1.16.0
before_install:
- gem update --system --no-document
- gem install bundler -v 1.16.1 --no-document
before_script:
- export CODECLIMATE_REPO_TOKEN=57923c0aa656e8d9cf7af9aa9cfbbae06e909e53c8282d2eb428b7b97157e26d
- export CI=true
Expand Down

0 comments on commit 7872b5a

Please sign in to comment.