Skip to content
Snippets Groups Projects
Commit f4dcde6d authored by Tim Molter's avatar Tim Molter
Browse files

run build on new travis container platform

parent 16c6bac4
No related branches found
No related tags found
No related merge requests found
language: java
sudo: false
before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
script: "
if [ ${TRAVIS_PULL_REQUEST} = 'false' ];
......@@ -8,6 +10,9 @@ else
mvn clean verify --settings target/travis/settings.xml;
fi"
jdk:
- openjdk6
# whitelist
branches:
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment