Skip to content

Commit ee839ea

Browse files
committed
Fix travis_wait for longer 3.0.0-M1 compilation times
1 parent 67b63aa commit ee839ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: scala
22
script:
33
- bash get_models.sh
4-
- sbt travis_wait +test -J-Xmx5G
4+
- travis_wait sbt +test -J-Xmx5G
55
# - sbt docsJVM/mdoc

0 commit comments

Comments
 (0)