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

Commit b0c62ae

Browse files
committed
cleanup travis file
1 parent 76d61fe commit b0c62ae

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

.travis.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
language: ruby
2-
before_install: gem install bundler && bundler -v
3-
install: bundle install --jobs=3 --retry=3
4-
before_script: bundle install
5-
script: bundle exec rake
62
rvm:
7-
- 2.1.8
8-
- 2.2.4
9-
- ruby-head
10-
matrix:
11-
allow_failures:
12-
- rvm: ruby-head
3+
- 2.4.2
4+
- 2.3.6
5+
- 2.2.9
6+
- 2.1.9
7+
before_install: gem install bundler -v 1.16.0

0 commit comments

Comments
 (0)