File tree Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- sudo : required
2
-
3
1
language : scala
4
2
jdk :
5
3
- oraclejdk8
Original file line number Diff line number Diff line change @@ -60,8 +60,4 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
60
60
fi
61
61
fi
62
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 /publishLoc
3BA2
al" " $publishTask "
63
+ sbt " ++$TRAVIS_SCALA_VERSION " " $publishVersion " " $projectPrefix /update" " $projectPrefix /compile" " $projectPrefix /test" " $projectPrefix /publishLocal" " $publishTask "
You can’t perform that action at this time.
0 commit comments