aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 9c49812b8..5d5376374 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,9 +1,10 @@
pipeline:
test:
- image: lampepfl/dotty:0.2
+ image: lampepfl/dotty:latest
pull: true
commands:
- ln -s /var/cache/drone/scala-scala scala-scala
+ - (cd scala-scala && git pull)
- sbt -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 "${TEST}"
matrix: