Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
cleanup travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
3zcurdia committed Dec 19, 2017
1 parent 76d61fe commit c48cdc7
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
language: ruby
before_install: gem install bundler && bundler -v
install: bundle install --jobs=3 --retry=3
before_script: bundle install
script: bundle exec rake
rvm:
- 2.1.8
- 2.2.4
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
- 2.4.3
- 2.3.6
- 2.2.9
- 2.1.9
before_install: gem install bundler -v 1.16.0

0 comments on commit c48cdc7

Please sign in to comment.