Skip to content

Commit 30e5d23

Browse files
committed
remove vestiges of JDK 6 build
1 parent 8aea017 commit 30e5d23

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

.sbtrepos

-8
This file was deleted.

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sudo: required
2-
31
language: scala
42
jdk:
53
- oraclejdk8

admin/build.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,4 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
6060
fi
6161
fi
6262

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"
63+
sbt "++$TRAVIS_SCALA_VERSION" "$publishVersion" "$projectPrefix/update" "$projectPrefix/compile" "$projectPrefix/test" "$projectPrefix/publishLocal" "$publishTask"

0 commit comments

Comments
 (0)