Skip to content

Commit

Permalink
Fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
dwestheide committed Jan 26, 2019
1 parent 575445b commit 1abbad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ script:
- sbt -Dkontextfrei.spark.version=2.0.2 clean test
- sbt -Dkontextfrei.spark.version=2.1.3 clean test
- sbt -Dkontextfrei.spark.version=2.2.3 clean test
- sbt -Dkontextfrei.spark.version=2.3.2
- sbt -Dkontextfrei.spark.version=2.3.2 clean test
- sbt -Dkontextfrei.spark.version=2.4.0 clean coverage test coverageReport && sbt coverageAggregate
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 1abbad9

Please sign in to comment.