We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b480a commit c7816fbCopy full SHA for c7816fb
1 file changed
.travis.yml
@@ -1,23 +1,19 @@
1
language: ruby
2
-dist: trusty
+dist: xenial
3
script: bundle exec rake test
4
5
matrix:
6
include:
7
- os: linux
8
- rvm: 2.4.4
+ rvm: 2.5.8
9
- os: osx
10
11
- - os: linux
12
- rvm: 2.5.1
13
- - os: osx
14
15
16
rvm: 2.6.6
17
18
19
20
- rvm: 2.7.1
+ rvm: 2.7.2
21
22
23
fast_finish: true
0 commit comments