Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 8c236c5

Browse files
committed
Add jsdom to Travis script
1 parent b3beb7d commit 8c236c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ jdk:
44
- oraclejdk8
55
scala:
66
- 2.11.8
7+
install:
8+
- . $HOME/.nvm/nvm.sh
9+
- nvm install stable
10+
- nvm use stable
11+
- npm install
12+
- npm install jsdom
713
script:
814
- sbt ++$TRAVIS_SCALA_VERSION test
915
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && sbt updateImpactSubmit || true'

0 commit comments

Comments
 (0)