Browse Source

„.drone.yml“ ändern

master
David 4 years ago
parent
commit
6512beebb1
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      .drone.yml

+ 6
- 1
.drone.yml View File

@@ -1 +1,6 @@
build:
image: java:openjdk-7
environment:
- GRADLE_USER_HOME=~/.gradle
commands:
- ./gradlew test

Loading…
Cancel
Save