Skip to content

Commit 4cbd3bc

Browse files
committed
travis env fix
1 parent e55e850 commit 4cbd3bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ env:
1515
- REDIS_VERSION=4.0.0
1616
- REDIS_HOME=$PWD/redis-$REDIS_VERSION/src
1717
matrix:
18-
- JOB=commons-jvm/test
19-
- JOB=commons-js/test
20-
- JOB=commons/unidoc
18+
- JOB="commons-jvm/test"
19+
- JOB="commons-js/test"
20+
- JOB="commons/unidoc"
2121

2222
script:
2323
- sbt ++$TRAVIS_SCALA_VERSION $JOB

0 commit comments

Comments
 (0)