Fix Travis script (2.10 build)

This commit is contained in:
Alexandre Archambault 2015-06-26 03:12:13 +02:00
parent 6f3384c260
commit a1bb46d6c4
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ else
SBT_COMMANDS="compile"
fi
SBT_COMMANDS="$SBT_COMMANDS publish-local" # Required for ~/.ivy2/local repo tests
sbt ++2.11.6 core-jvm/publish-local # Required for ~/.ivy2/local repo tests
SBT_COMMANDS="$SBT_COMMANDS core-jvm/test core-js/test"
PUSH_GHPAGES=0