Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Remove assembly command for TravisCI #19
Browse files Browse the repository at this point in the history
  • Loading branch information
tdauth committed Apr 10, 2019
1 parent 353fbfe commit 428a0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ scala:
- 2.12.8

script:
- sbt clean coverage test coverageReport scalastyle doc assembly
- sbt clean coverage test coverageReport scalastyle doc

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 428a0bb

Please sign in to comment.