Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 7396e95

Browse files
committed
Trying to fix travis build with -mem arg to sbt
1 parent 3c94b1c commit 7396e95

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
@@ -5,7 +5,7 @@ scala:
55
- 2.11.11
66
- 2.12.4
77
script:
8-
- sbt -mem 1500 "++ ${TRAVIS_SCALA_VERSION}!" test
8+
- sbt "++ ${TRAVIS_SCALA_VERSION}!" -mem 1500 test
99
cache:
1010
directories:
1111
- "$HOME/.ivy2/cache"

0 commit comments

Comments
 (0)