Skip to content

Commit 72edc48

Browse files
committed
Eliminates ruby from the build
It's just eight seconds, but it's not really needed. This goes towards solving #2498.
1 parent a50c30b commit 72edc48

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
language:
2+
- minimal
3+
14
os:
2-
- linux
5+
- linux
36

47
cache:
58
directories:
@@ -8,6 +11,8 @@ cache:
811
- highlights/node_modules
912
- $HOME/.rakudobrew
1013

14+
15+
1116
services:
1217
- docker
1318

0 commit comments

Comments
 (0)