We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e482c commit 1dc632dCopy full SHA for 1dc632d
.travis.yml
@@ -13,15 +13,11 @@ matrix:
13
env: RUN_MIMA=true
14
15
script:
16
- - sbt clean coverage test coverageReport
17
- sbt ++$TRAVIS_SCALA_VERSION "test"
18
- sbt ++$TRAVIS_SCALA_VERSION "benchmarkJVM/test:compile"
19
- sbt ++$TRAVIS_SCALA_VERSION "benchmarkJS/test:compile"
20
# - if [ "$RUN_MIMA" == "true" ]; then sbt ++$TRAVIS_SCALA_VERSION "+scalaJsonJVM/mimaReportBinaryIssues" ; fi
21
22
-after_success:
23
- - bash <(curl -s https://codecov.io/bash)
24
-
25
before_cache:
26
- find $HOME/.sbt -name "*.lock" -type f -delete
27
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete
0 commit comments