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

Commit 40592c7

Browse files
committed
Trying to fix travis build with sbt_args
1 parent 7396e95 commit 40592c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ jdk: oraclejdk8
44
scala:
55
- 2.11.11
66
- 2.12.4
7+
sbt_args: -mem 1500
78
script:
8-
- sbt "++ ${TRAVIS_SCALA_VERSION}!" -mem 1500 test
9+
- sbt "++ ${TRAVIS_SCALA_VERSION}!" test
910
cache:
1011
directories:
1112
- "$HOME/.ivy2/cache"

0 commit comments

Comments
 (0)