We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 511e06c commit 8253cd0Copy full SHA for 8253cd0
.drone.yml
@@ -1,6 +1,7 @@
1
pipeline:
2
test:
3
- image: felixmulder/dotty:0.2
+ image: felixmulder/dotty:0.1
4
+ pull: true
5
commands:
6
- ln -s /var/cache/drone/scala-scala scala-scala
7
- sbt -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 "${TEST}"
@@ -10,4 +11,3 @@ matrix:
10
11
- test
12
- partest-only-no-bootstrap --show-diff --verbose
13
- partest-only --show-diff --verbose
- - scripted
0 commit comments