We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35b29a commit c22f47bCopy full SHA for c22f47b
1 file changed
.travis.yml
@@ -1,10 +1,10 @@
1
+dist: xenial
2
language: ruby
3
rvm:
- - 2.3.0
4
- - 2.4.0
5
- - 2.5.0
+ - 2.3.8
+ - 2.4.5
6
- 2.5.3
7
- - 2.6.0
+ - 2.6.3
8
- jruby-19mode
9
- rbx-19mode
10
- ruby-head
@@ -15,6 +15,6 @@ matrix:
15
- rvm: ruby-head
16
notifications:
17
irc: "irc.freenode.org#adhearsion"
18
-sudo: true
19
before_install:
+ - rvm list
20
- sudo apt-get install libpcap-dev -y
0 commit comments