We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ada40 commit ee8e158Copy full SHA for ee8e158
.travis.yml
@@ -63,11 +63,13 @@ stages:
63
- name: release
64
if: tag =~ ^v AND NOT fork
65
66
+# Increasing ReservedCodeCacheSize minimizes scala compiler-interface compile times
67
+script: sbt -J-XX:ReservedCodeCacheSize=256M ++$SCALA_VERSION test
68
+
69
jobs:
70
include:
71
- stage: test
- # Increasing ReservedCodeCacheSize minimizes scala compiler-interface compile times
- script: sbt -J-XX:ReservedCodeCacheSize=256M ++$SCALA_VERSION test
72
+ # inherits the global script
73
- stage: release
74
script: sbt ci-release
75
0 commit comments