Re-add travis.yml
Dieser Commit ist enthalten in:
Ursprung
33f207e3c2
Commit
dbfa9cc08f
17
.travis.yml
Normale Datei
17
.travis.yml
Normale Datei
@ -0,0 +1,17 @@
|
|||||||
|
language: java
|
||||||
|
jdk:
|
||||||
|
- oraclejdk8
|
||||||
|
before_install:
|
||||||
|
- git config --global user.email "travis-ci@destroystokyo.com"
|
||||||
|
- git config --global user.name "Travis CI"
|
||||||
|
- git submodule update --init
|
||||||
|
- ./remap.sh
|
||||||
|
- ./decompile.sh
|
||||||
|
- ./init.sh
|
||||||
|
- ./newApplyPatches.sh
|
||||||
|
after_success:
|
||||||
|
- ./paperclip.sh
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- '$HOME/.m2/repository'
|
||||||
|
- 'work'
|
In neuem Issue referenzieren
Einen Benutzer sperren