1 2 3 4 5 6
language: java jdk: - oraclejdk7 - openjdk7 before_install: "./devfiles/scripts/get-build-tools.sh" install: "ant resolve test"