Skip to content

Commit 52bb727

Browse files
Fix script
1 parent fdc8a58 commit 52bb727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pipeline:
1313
image: lampepfl/dotty:2017-10-20
1414
commands:
1515
- cp -R . /tmp/1/ && cd /tmp/1/
16-
- ./project/scripts/sbt compile ";testAll ;dotty-bench/jmh:run 1 1 tests/pos/alias.scala"
16+
- ./project/scripts/sbt ";compile ;testAll ;dotty-bench/jmh:run 1 1 tests/pos/alias.scala"
1717

1818
test_bootstrapped:
1919
group: test

0 commit comments

Comments
 (0)