mirror of
https://github.com/FabricMC/fabric.git
synced 2025-02-17 12:11:36 -05:00
Add Travis file from 1.16
This commit is contained in:
parent
2aebb7fff1
commit
8382c6c3c5
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
|
||||||
|
- openjdk11
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./gradlew check build publishToMavenLocal --stacktrace
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email: false
|
Loading…
Reference in a new issue