Skip to content

Commit a973304

Browse files
authored
Merge pull request ruby-grape#5 from ruby-grape/travis
Update .travis.yml
2 parents b1af418 + 2a2c321 commit a973304

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.travis.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
1-
language: ruby
1+
before_install:
2+
- gem update --system
3+
- gem install bundler
24

3-
cache: bundler
5+
rvm:
6+
- 2.4.0
7+
- 2.3.3
8+
- 2.2.6
49

510
matrix:
11+
fast_finish: true
12+
613
include:
7-
- rvm: 2.3.0
8-
- rvm: 2.2
9-
- rvm: 2.1
1014
- rvm: ruby-head
1115
- rvm: jruby-head
12-
- rvm: jruby-19mode
1316
- rvm: rbx-2
17+
1418
allow_failures:
1519
- rvm: ruby-head
1620
- rvm: jruby-head
17-
before_install: gem install bundler -v 1.12.1
21+
- rvm: rbx-2

0 commit comments

Comments
 (0)