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:
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
109scala :
1110 - 2.10.6
1211 - 2.11.8
13- - 2.12.0-M4
12+ - 2.12.0
1413jdk :
1514 - oraclejdk8
Original file line number Diff line number Diff line change 11import sbt .Keys ._
22import org .scalajs .sbtplugin .cross .CrossProject
33
4+ crossScalaVersions := Seq (" 2.10.4" , " 2.11.8" , " 2.12.0" )
5+
46val commonSettings : Seq [Setting [_]] = Seq (
57 version := " 0.1.1-SNAPSHOT" ,
68 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 " )
22
33addSbtPlugin(" org.scalastyle" % " scalastyle-sbt-plugin" % " 0.8.0" )
You can’t perform that action at this time.
0 commit comments