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

Commit c48cdc7

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

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.travis.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
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
93
- ruby-head
10-
matrix:
11-
allow_failures:
12-
- rvm: ruby-head
4+
- 2.4.3
5+
- 2.3.6
6+
- 2.2.9
7+
- 2.1.9
8+
before_install: gem install bundler -v 1.16.0

0 commit comments

Comments
 (0)