Skip to content

Commit 8dbcbb3

Browse files
committed
Trying to get all viable travis builds working
1 parent ce87578 commit 8dbcbb3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ language: ruby
33
rvm:
44
- 2.3.0
55
- 2.4.0
6-
- 2.5.0
6+
- 2.5.7
77
- 2.6.0
88
- 2.7.0
99
- 3.0.1
1010

11+
before_install: curl -sSL https://rvm.io/mpapis.asc | gpg --import -
1112
sudo: false
1213

13-
dist: precise
14+
#dist: precise
1415

1516
notifications:
1617
recipients:

0 commit comments

Comments
 (0)