File tree Expand file tree Collapse file tree 3 files changed +5
-32
lines changed Expand file tree Collapse file tree 3 files changed +5
-32
lines changed Original file line number Diff line number Diff line change 1
1
language : scala
2
2
script :
3
- - sbt ++$TRAVIS_SCALA_VERSION clean update compile test
3
+ - sbt ++$TRAVIS_SCALA_VERSION compile
4
4
scala :
5
5
- 2.11.1
6
6
jdk :
7
7
- openjdk6
8
8
- openjdk7
9
9
notifications :
10
10
email :
11
- - adriaan.moors@typesafe.com
12
- - antoine@gourlay.fr
11
+ - sjrdoeraene@gmail.com
13
12
14
13
# if we get weird timeouts, see https://github.com/spray/spray/pull/233
15
14
# 'set concurrentRestrictions in Global += Tags.limit(Tags.Test, 1)'
Original file line number Diff line number Diff line change 1
- import com . typesafe . tools . mima . plugin .{ MimaPlugin , MimaKeys }
1
+ scalaJSSettings
2
2
3
- scalaModuleSettings
3
+ organization := " org.scalajs "
4
4
5
5
name := " scala-parser-combinators"
6
6
7
7
version := " 1.0.2-SNAPSHOT"
8
8
9
9
scalaVersion := " 2.11.1"
10
-
11
- snapshotScalaBinaryVersion := " 2.11"
12
-
13
- // important!! must come here (why?)
14
- scalaModuleOsgiSettings
15
-
16
- OsgiKeys .exportPackage := Seq (s " scala.util.parsing.*;version= ${version.value}" )
17
-
18
- // needed to fix classloader issues (see scala-xml#20)
19
- fork in Test := true
20
-
21
- libraryDependencies += " junit" % " junit" % " 4.11" % " test"
22
-
23
- libraryDependencies += " com.novocode" % " junit-interface" % " 0.10" % " test"
24
-
25
- MimaPlugin .mimaDefaultSettings
26
-
27
- MimaKeys .previousArtifact := Some (organization.value % s " ${name.value}_2.11 " % " 1.0.1" )
28
-
29
- // run mima during tests
30
- test in Test := {
31
- MimaKeys .reportBinaryIssues.value
32
- (test in Test ).value
33
- }
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.scala-lang.modules" % " scala-module-plugin" % " 1.0.2" )
2
-
3
- addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 0.1.6" )
1
+ addSbtPlugin(" org.scala-lang.modules.scalajs" % " scalajs-sbt-plugin" % " 0.5.4" )
You can’t perform that action at this time.
0 commit comments