File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ update() {
11
11
git reset --hard
12
12
}
13
13
14
+ sbtArgs="-Ddotty.travis.build=yes -ivy $baseDir/ivy2 -Dsbt.global.base=$HOME/.sbt/0.13 -sbt-dir $HOME/.sbt/0.13"
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ scriptsDir="$baseDir/scripts"
3
3
. $scriptsDir/common
4
4
5
5
update scala scala
6
- sbt -Ddotty.travis.build=yes update compile test
6
+ sbt $sbtArgs update compile test
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ baseDir=${WORKSPACE-`pwd`}
2
2
scriptsDir="$baseDir/scripts"
3
3
. $scriptsDir/common
4
4
5
- sbt -Ddotty.travis.build=yes update compile "partest run"
5
+ sbt $sbtArgs update compile "partest run"
6
6
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ baseDir=${WORKSPACE-`pwd`}
2
2
scriptsDir="$baseDir/scripts"
3
3
. $scriptsDir/common
4
4
5
- sbt scalastyle
5
+ sbt $sbtArgs scalastyle
6
6
You can’t perform that action at this time.
0 commit comments