Skip to content

Commit c2738eb

Browse files
committed
travis fix?
1 parent e5fc731 commit c2738eb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ env:
1414
global:
1515
- REDIS_VERSION=4.0.0
1616
- REDIS_HOME=$PWD/redis-$REDIS_VERSION/src
17-
- JOB=commons-jvm/test
18-
- JOB=commons-js/test
19-
- JOB=commons/unidoc
17+
matrix:
18+
- JOB=commons-jvm/test
19+
- JOB=commons-js/test
20+
- JOB=commons/unidoc
2021

2122
script:
2223
- sbt ++$TRAVIS_SCALA_VERSION $JOB

0 commit comments

Comments
 (0)