We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39395f3 commit 22c1de5Copy full SHA for 22c1de5
.travis.yml
@@ -18,10 +18,7 @@ install:
18
- npm install jsdom@$JSDOM_VERSION
19
script:
20
- sbt ++$TRAVIS_SCALA_VERSION scalajs-env-jsdom-nodejs/test scalajs-env-jsdom-nodejs/doc
21
- - |
22
- if [[ "${TRAVIS_SCALA_VERSION}" != "2.10.7" ]]; then
23
- sbt ++$TRAVIS_SCALA_VERSION test-project/run test-project/test
24
- fi
+ - sbt ++$TRAVIS_SCALA_VERSION test-project/run test-project/test
25
cache:
26
directories:
27
- $HOME/.ivy2/cache
0 commit comments