Skip to content

Commit 22c1de5

Browse files
committed
Remove dead code in Travis script.
1 parent 39395f3 commit 22c1de5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ install:
1818
- npm install jsdom@$JSDOM_VERSION
1919
script:
2020
- 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
21+
- sbt ++$TRAVIS_SCALA_VERSION test-project/run test-project/test
2522
cache:
2623
directories:
2724
- $HOME/.ivy2/cache

0 commit comments

Comments
 (0)