mirror of https://github.com/sbt/sbt.git
commit
e3c4db5ae8
|
|
@ -16,6 +16,11 @@ jdk:
|
|||
- openjdk6
|
||||
# - oraclejdk7
|
||||
|
||||
# WORKAROUND https://github.com/travis-ci/travis-ci/issues/5227
|
||||
addons:
|
||||
hosts: workaround-travis-ci-issue-5227
|
||||
hostname: workaround-travis-ci-issue-5227
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- SBT_CMD=";doc;safeUnitTests"
|
||||
|
|
|
|||
|
|
@ -487,7 +487,7 @@ lazy val sbtProj = (project in sbtPath).
|
|||
lazy val mavenResolverPluginProj = (project in file("sbt-maven-resolver")).
|
||||
dependsOn(sbtProj, ivyProj % "test->test").
|
||||
settings(
|
||||
baseSettings,
|
||||
testedBaseSettings,
|
||||
name := "sbt-maven-resolver",
|
||||
libraryDependencies ++= aetherLibs,
|
||||
sbtPlugin := true
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
sbt.version=0.13.16-M1
|
||||
sbt.version=0.13.16
|
||||
|
|
|
|||
Loading…
Reference in New Issue