Skip to content

Commit f889bd5

Browse files
authored
Test against Ruby 2.5 (#56)
Merge pull request 56
1 parent 0730680 commit f889bd5

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.travis.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
language: ruby
2+
cache: bundler
3+
sudo: false
24
rvm:
3-
- 2.4
4-
- 2.3
5-
- 2.2
6-
- 2.1
5+
- 2.5
6+
- 2.4
7+
- 2.3
8+
- 2.2
9+
env:
10+
global:
11+
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
12+
before_install:
13+
- gem update --system
14+
before_script: bundle update
715
script: script/cibuild
8-
sudo: false
9-
cache: bundler
1016
notifications:
1117
email: false
12-
13-
matrix:
14-
fast_finish: true

0 commit comments

Comments
 (0)