baritone/.travis.yml
2018-09-02 15:03:35 -07:00

8 lines
72 B
YAML

language: java
install: true
script:
- ./gradlew test
- ./gradlew run