Skip to content

Commit

Permalink
Some scary SJS related failures on Travis...
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Jan 4, 2017
1 parent 4f88e7b commit 43aea03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ matrix:
include:
- scala: 2.10.6
jdk: oraclejdk8
script: sbt ++$TRAVIS_SCALA_VERSION clean test
script: sbt ++$TRAVIS_SCALA_VERSION clean test:compile test
- scala: 2.11.8
jdk: oraclejdk8
script:
- sbt ++$TRAVIS_SCALA_VERSION coverage test coverageReport
- sbt ++$TRAVIS_SCALA_VERSION coverage test:compile test coverageReport
- sbt ++$TRAVIS_SCALA_VERSION coverageAggregate
after_success: sbt ++$TRAVIS_SCALA_VERSION coveralls
- scala: 2.12.1
jdk: oraclejdk8
script: sbt ++$TRAVIS_SCALA_VERSION scala_2_12/test
script: sbt ++$TRAVIS_SCALA_VERSION scala_2_12/test:compile scala_2_12/test
cache:
directories:
- $HOME/.sbt/0.13
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ lazy val core = crossProject
)
.settings(testSettings: _*)
.settings(commonWithPublishSettings: _*)
// .dependsOn(macros) used for testing macros
// .dependsOn(macros) used for testing macros
lazy val coreJS = core.js
lazy val coreJVM = core.jvm

Expand Down

0 comments on commit 43aea03

Please sign in to comment.