Skip to content

Commit c22f47b

Browse files
committed
[CI] Use Xenial build and rubies that are on it
1 parent e35b29a commit c22f47b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
dist: xenial
12
language: ruby
23
rvm:
3-
- 2.3.0
4-
- 2.4.0
5-
- 2.5.0
4+
- 2.3.8
5+
- 2.4.5
66
- 2.5.3
7-
- 2.6.0
7+
- 2.6.3
88
- jruby-19mode
99
- rbx-19mode
1010
- ruby-head
@@ -15,6 +15,6 @@ matrix:
1515
- rvm: ruby-head
1616
notifications:
1717
irc: "irc.freenode.org#adhearsion"
18-
sudo: true
1918
before_install:
19+
- rvm list
2020
- sudo apt-get install libpcap-dev -y

0 commit comments

Comments
 (0)