forked from FabricMC/fabric
Add travis.yml file to build PRs, useful for ensuring that checkstyle passes (#504)
This commit is contained in:
parent
2cbdd032eb
commit
6d7c2994e1
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
language: java
|
||||||
|
install: true
|
||||||
|
|
||||||
|
jdk:
|
||||||
|
- openjdk8
|
||||||
|
|
||||||
|
script:
|
||||||
|
- chmod +x gradlew
|
||||||
|
- ./gradlew check build --stacktrace
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email: false
|
Loading…
Reference in a new issue