run locally

This commit is contained in:
Leijurv 2018-09-02 15:03:35 -07:00
parent 581ef474ad
commit 22926289fc
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ language: java
install: true
script:
- gradlew test
- gradlew run
- ./gradlew test
- ./gradlew run