Skip to content

Commit 1dc632d

Browse files
committed
Fixed incorrect generator
1 parent 48e482c commit 1dc632d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@ matrix:
1313
env: RUN_MIMA=true
1414

1515
script:
16-
- sbt clean coverage test coverageReport
1716
- sbt ++$TRAVIS_SCALA_VERSION "test"
1817
- sbt ++$TRAVIS_SCALA_VERSION "benchmarkJVM/test:compile"
1918
- sbt ++$TRAVIS_SCALA_VERSION "benchmarkJS/test:compile"
2019
# - if [ "$RUN_MIMA" == "true" ]; then sbt ++$TRAVIS_SCALA_VERSION "+scalaJsonJVM/mimaReportBinaryIssues" ; fi
2120

22-
after_success:
23-
- bash <(curl -s https://codecov.io/bash)
24-
2521
before_cache:
2622
- find $HOME/.sbt -name "*.lock" -type f -delete
2723
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete

0 commit comments

Comments
 (0)