File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : scala
3
- install :
4
- - git clone https://github.com/scala-js/scala-js.git
5
- - cd scala-js
6
- - sbt ++$TRAVIS_SCALA_VERSION compiler/publishLocal library/publishLocal javalibEx/publishLocal testInterface/publishLocal stubs/publishLocal jasmineTestFramework/publishLocal jUnitRuntime/publishLocal jUnitPlugin/publishLocal
7
- - sbt ++2.10.6 ir/publishLocal tools/publishLocal jsEnvs/publishLocal testAdapter/publishLocal sbtPlugin/publishLocal
8
- - cd ..
9
3
script :
10
4
- sbt ++$TRAVIS_SCALA_VERSION root/scalastyle testSuiteJVM/scalastyle testSuiteJVM/test:scalastyle testSuite/scalastyle testSuite/test:scalastyle
11
5
- sbt ++$TRAVIS_SCALA_VERSION testSuiteJVM/test
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.6-SNAPSHOT " )
1
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.6" )
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