Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Commit

Permalink
iss #12: fix for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
maizy committed Apr 24, 2016
1 parent 037509f commit 890d5ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ script:
- npm install -g npm@'>=2.5'
- node --version
- npm --version
- sbt ++$TRAVIS_SCALA_VERSION 'compile:assets' || true
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport
- sbt ++$TRAVIS_SCALA_VERSION coverageAggregate
after_success:
Expand Down

0 comments on commit 890d5ff

Please sign in to comment.