Skip to content

Commit 606cf98

Browse files
committed
Use the local sbt script since TravisCI crashes with the pre-installed sbt
1 parent ae01c51 commit 606cf98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ branches:
1010
- /^v07.*$/
1111

1212
script:
13-
- sbt test
14-
- sbt test -J-Dmsgpack.universal-buffer=true
13+
- ./sbt test
14+
- ./sbt test -J-Dmsgpack.universal-buffer=true

0 commit comments

Comments
 (0)