Skip to content

Commit ee8e158

Browse files
authored
Fix travis, actually test different scala versions (#230)
1 parent 50ada40 commit ee8e158

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,13 @@ stages:
6363
- name: release
6464
if: tag =~ ^v AND NOT fork
6565

66+
# Increasing ReservedCodeCacheSize minimizes scala compiler-interface compile times
67+
script: sbt -J-XX:ReservedCodeCacheSize=256M ++$SCALA_VERSION test
68+
6669
jobs:
6770
include:
6871
- stage: test
69-
# Increasing ReservedCodeCacheSize minimizes scala compiler-interface compile times
70-
script: sbt -J-XX:ReservedCodeCacheSize=256M ++$SCALA_VERSION test
72+
# inherits the global script
7173
- stage: release
7274
script: sbt ci-release
7375

0 commit comments

Comments
 (0)