Skip to content

Commit

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

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

0 comments on commit b8588f2

Please sign in to comment.