Skip to content

Commit cd1f3ad

Browse files
committed
Remove obsolete Travis instructions disabling Rhino.
Rhino hasn't been the default for some time.
1 parent b43b34d commit cd1f3ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ script:
44
- sbt ++$TRAVIS_SCALA_VERSION root/scalastyle testSuiteJVM/scalastyle testSuiteJVM/test:scalastyle testSuite/scalastyle testSuite/test:scalastyle
55
- sbt ++$TRAVIS_SCALA_VERSION testSuiteJVM/test
66
- sbt ++$TRAVIS_SCALA_VERSION testSuite/test
7-
- sbt ++$TRAVIS_SCALA_VERSION 'set scalaJSUseRhino in Global := false' testSuite/test
8-
- sbt ++$TRAVIS_SCALA_VERSION 'set scalaJSUseRhino in Global := false' 'set scalaJSStage in Global := FullOptStage' testSuite/test
7+
- sbt ++$TRAVIS_SCALA_VERSION 'set scalaJSStage in Global := FullOptStage' testSuite/test
98
- sbt ++$TRAVIS_SCALA_VERSION publishLocal
109
scala:
1110
- 2.10.6

0 commit comments

Comments
 (0)