Skip to content

Commit

Permalink
rm corrupt jar?
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Jan 4, 2021
1 parent e4ecb9f commit a64a55d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/test-code.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

rm /home/travis/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scalactic/scalactic_2.13/3.1.2/scalactic_2.13-3.1.2.jar || true

echo SCALA_VERSION=$SCALA_VERSION
sbt -DscalaJSStage=full ++$SCALA_VERSION test publishLocal || exit 1
sbt ++$SCALA_VERSION docs/test || exit 2

0 comments on commit a64a55d

Please sign in to comment.