File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,11 @@ script:
4
4
- sbt ++$TRAVIS_SCALA_VERSION root/scalastyle testSuiteJVM/scalastyle testSuiteJVM/test:scalastyle testSuite/scalastyle testSuite/test:scalastyle
5
5
- sbt ++$TRAVIS_SCALA_VERSION testSuiteJVM/test
6
6
- 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
9
8
- sbt ++$TRAVIS_SCALA_VERSION publishLocal
10
9
scala :
11
10
- 2.10.6
12
11
- 2.11.8
13
- - 2.12.0-M4
12
+ - 2.12.0
14
13
jdk :
15
14
- oraclejdk8
Original file line number Diff line number Diff line change 1
1
import sbt .Keys ._
2
2
import org .scalajs .sbtplugin .cross .CrossProject
3
3
4
+ crossScalaVersions := Seq (" 2.10.4" , " 2.11.8" , " 2.12.0" )
5
+
4
6
val commonSettings : Seq [Setting [_]] = Seq (
5
7
version := " 0.1.1-SNAPSHOT" ,
6
8
organization := " org.scala-js" ,
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.9
1
+ sbt.version =0.13.13
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.9 " )
1
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.13 " )
2
2
3
3
addSbtPlugin(" org.scalastyle" % " scalastyle-sbt-plugin" % " 0.8.0" )
You can’t perform that action at this time.
0 commit comments