mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-12 16:57:32 -04:00
Let's see how horribly this will fail.
This commit is contained in:
parent
5561952391
commit
2fbbd11d54
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
language: scala
|
||||||
|
scala: 2.11.1
|
||||||
|
jdk:
|
||||||
|
- oraclejdk7
|
||||||
|
- openjdk7
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only: master
|
||||||
|
|
||||||
|
env:
|
||||||
|
global: TERM=dumb
|
||||||
|
install: ./gradlew setupCIWorkspace
|
||||||
|
script: ./gradlew build
|
@ -66,8 +66,6 @@ minecraft {
|
|||||||
|
|
||||||
replaceIn "li/cil/oc/OpenComputers.scala"
|
replaceIn "li/cil/oc/OpenComputers.scala"
|
||||||
replace "@VERSION@", project.simpleVersion
|
replace "@VERSION@", project.simpleVersion
|
||||||
if (project.hasProperty("keystore_fingerprint"))
|
|
||||||
replace "@FINGERPRINT@", keystore_fingerprint
|
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user