diff --git a/.travis.yml b/.travis.yml index f0f96d3f0..4d8c2a7bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,11 @@ language: java +jdk: + - openjdk7 + - oraclejdk7 + - oraclejdk8 notifications: email: false before_install: - git config --global user.email "admin@ecocitycraft.com" - git config --global user.name "EcoCityCraft" - - ./applyPatches.sh \ No newline at end of file + - ./applyPatches.sh