fabric/.travis.yml
liach 1a47cd78f6
Update checkstyle and change tab width to be 4 than 8 (#518)
* Remove unnecessary chmod in travis script
* Update checkstyle and fix indent config
* Travis CI optimizations and checkstyle fixes
2020-04-11 18:21:53 +00:00

12 lines
161 B
YAML

language: java
install: true
jdk:
- openjdk8
- openjdk11
script:
- ./gradlew check build publishToMavenLocal --stacktrace
notifications:
email: false