diff --git a/build-compiler b/build-compiler index 7854a5315..f40f9a17a 100755 --- a/build-compiler +++ b/build-compiler @@ -1,8 +1,7 @@ #!/bin/sh . ./config -TEST_DIR=$(pwd) cd "$COMPILER_DIR" -"$TEST_DIR/travis-fold" 'build-jvm-compiler' sbt compilerJVM/stage -"$TEST_DIR/travis-fold" 'build-js-compiler' sbt compile fastOptJS +sbt compilerJVM/stage +sbt compile fastOptJS