Skip to content

Commit

Permalink
Fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Apr 6, 2017
1 parent 61f0af7 commit f484c85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jdk:

script:
- if [ "$TRAVIS_SCALA_VERSION" == "2.12.1" ]; then
sbt ++$TRAVIS_SCALA_VERSION "; coverage; test; coverageReport";
sbt ++$TRAVIS_SCALA_VERSION "; project airframeJS; test";
sbt ++$TRAVIS_SCALA_VERSION "; project airframeJVM; coverage; test; coverageReport";
sbt coverageAggregate coveralls;
else
sbt ++$TRAVIS_SCALA_VERSION test;
sbt ++$TRAVIS_SCALA_VERSION "; project airframeJS; test";
sbt ++$TRAVIS_SCALA_VRRSION "; project airframeJVM; test";
fi

0 comments on commit f484c85

Please sign in to comment.