Let's see how horribly this will fail.

This commit is contained in:
Florian Nücke 2014-09-14 01:22:19 +02:00
parent 5561952391
commit 2fbbd11d54
2 changed files with 13 additions and 2 deletions

13
.travis.yml Normal file
View 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

View File

@ -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 {