Skip to content

Commit

Permalink
Using Travis CI default JVM OPTS
Browse files Browse the repository at this point in the history
  • Loading branch information
nloyola committed Jun 14, 2017
1 parent 3db882e commit cf6f9a0
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 @@ -33,13 +33,13 @@ jdk:

script:
- cp conf/logback-test.xml.template conf/logback-test.xml
- sbt ++$TRAVIS_SCALA_VERSION -jvm-opts travis/jvmopts test:compile
- sbt ++$TRAVIS_SCALA_VERSION -jvm-opts travis/jvmopts clean coverage test
- sbt ++$TRAVIS_SCALA_VERSION test:compile
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test
- npm install
- node_modules/karma/bin/karma start

after_success:
- sbt ++$TRAVIS_SCALA_VERSION -jvm-opts travis/jvmopts coverageReport coveralls
- sbt ++$TRAVIS_SCALA_VERSION coverageReport coveralls

branches:
only:
Expand Down

0 comments on commit cf6f9a0

Please sign in to comment.