Skip to content

Commit c9b6e5c

Browse files
Keep sbt warm
1 parent ea63d97 commit c9b6e5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.drone.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +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
17-
- ./project/scripts/sbt testAll
16+
- ./project/scripts/sbt compile testAll
1817

1918
test_bootstrapped:
2019
group: test

0 commit comments

Comments
 (0)