Skip to content

Commit 013b85f

Browse files
committed
update travis config
1 parent 960740c commit 013b85f

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

.travis.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
11
language: scala
22

33
scala:
4-
- 2.12.1
5-
- 2.11.8
4+
- 2.10.6
65

76
jdk:
87
- oraclejdk8
98

10-
install:
11-
- . $HOME/.nvm/nvm.sh
12-
- nvm install stable
13-
- nvm use stable
14-
- npm install
15-
169
env:
1710
global:
1811
JSENV=node
1912

2013
script:
21-
- sbt ++$TRAVIS_SCALA_VERSION test:fastOptJS test:fullOptJS
22-
- sbt ++$TRAVIS_SCALA_VERSION 'set parallelExecution in ThisBuild := false' test
23-
- sbt ++$TRAVIS_SCALA_VERSION 'set parallelExecution in ThisBuild := false' 'set scalaJSStage in ThisBuild := FullOptStage' test
14+
- sbt ++$TRAVIS_SCALA_VERSION test
2415

2516

2617
deploy:

package.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)