We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aea017 commit 30e5d23Copy full SHA for 30e5d23
.sbtrepos
.travis.yml
@@ -1,5 +1,3 @@
1
-sudo: required
2
-
3
language: scala
4
jdk:
5
- oraclejdk8
admin/build.sh
@@ -60,8 +60,4 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
60
fi
61
62
63
-if [[ "$TRAVIS_JDK_VERSION" == "openjdk6" ]]; then
64
- SBTOPTS="-Dsbt.override.build.repos=true -Dsbt.repository.config=./.sbtrepos"
65
-fi
66
67
-sbt $SBTOPTS "++$TRAVIS_SCALA_VERSION" "$publishVersion" "$projectPrefix/update" "$projectPrefix/compile" "$projectPrefix/test" "$projectPrefix/publishLocal" "$publishTask"
+sbt "++$TRAVIS_SCALA_VERSION" "$publishVersion" "$projectPrefix/update" "$projectPrefix/compile" "$projectPrefix/test" "$projectPrefix/publishLocal" "$publishTask"
0 commit comments