mirror of https://github.com/sbt/sbt.git
Update sbt path
This commit is contained in:
parent
b9bc4e3825
commit
45f78d4212
|
|
@ -7,7 +7,7 @@ jdk: oraclejdk8
|
|||
before_script:
|
||||
- export JVM_OPTS="-Dfile.encoding=UTF-8 -Xmx1G -Xms1G -server -XX:ReservedCodeCacheSize=128M"
|
||||
|
||||
script: /usr/bin/sbt scripted
|
||||
script: sbt scripted
|
||||
|
||||
# Undo _JAVA_OPTIONS environment variable
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue