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

View File

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