Update sbt path

This commit is contained in:
exoego 2019-05-08 16:44:00 +09:00
parent b9bc4e3825
commit 45f78d4212
1 changed files with 1 additions and 1 deletions

View File

@ -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: