mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
1a47cd78f6
* Remove unnecessary chmod in travis script * Update checkstyle and fix indent config * Travis CI optimizations and checkstyle fixes
12 lines
161 B
YAML
12 lines
161 B
YAML
language: java
|
|
install: true
|
|
|
|
jdk:
|
|
- openjdk8
|
|
- openjdk11
|
|
|
|
script:
|
|
- ./gradlew check build publishToMavenLocal --stacktrace
|
|
|
|
notifications:
|
|
email: false
|