You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2024. It is now read-only.
#These directories are cached to S3 at the end of the build
15
+
#Cache directory to S3 at the end of the build
16
16
cache:
17
17
directories:
18
-
- $HOME/.ivy2/cache
19
-
- $HOME/.sbt/boot
18
+
- $HOME/.cache/coursier
20
19
21
20
# From https://raw.githubusercontent.com/scalalandio/chimney/master/.travis.yml
22
21
before_script:
23
22
- if [[ "$TRAVIS_SCALA_VERSION" == 2.11.* ]]; then curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x; fi
24
23
25
24
script:
26
-
- if [[ "$TRAVIS_SCALA_VERSION" == 2.11.* ]]; then testNative=tomlNative/test; else testNative=""; fi && sbt ++$TRAVIS_SCALA_VERSION tomlJVM/test tomlJS/test $testNative
27
-
28
-
before_cache:
29
-
# Clean up the cached directories to avoid unnecessary cache updates
0 commit comments