File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ before_install:
16
16
# Travis-CI has (as of March 2021, anyway) an outdated sbt-extras version,
17
17
# so overwrite it with a March 2021 version that works with sbt 1.4.8+
18
18
- |
19
- curl -sL https://raw.githubusercontent.com/paulp/sbt-extras/dc4f350f112580fcdf5f6fa7e8d5d2116475f84a/sbt > /tmp/sbt-launch-script
20
- chmod +x /tmp/sbt-launch-script
21
- sudo mv /tmp/sbt-launch-script /usr/local/bin/sbt
19
+ curl -sL https://raw.githubusercontent.com/paulp/sbt-extras/dc4f350f112580fcdf5f6fa7e8d5d2116475f84a/sbt > /tmp/sbt-launch-script || travis_terminate 1
20
+ chmod +x /tmp/sbt-launch-script || travis_terminate 1
21
+ sudo mv /tmp/sbt-launch-script /usr/local/bin/sbt || travis_terminate 1
22
22
23
23
before_cache :
24
24
- rm -fv $HOME/.ivy2/.sbt.ivy.lock
You can’t perform that action at this time.
0 commit comments