diff --git a/.travis.yml b/.travis.yml index 2406cbd9..ed02d30e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,22 @@ language: java jdk: - openjdk7 - oraclejdk7 - - oraclejdk8 + # - oraclejdk8 + +deploy: + provider: script + script: "cp .travis.settings.xml $HOME/.m2/settings.xml && mvn deploy" + skip_cleanup: true + on: + tags: true + +# do not install anything instead return true via unix command true +install: true +script: mvn clean test +notifications: + email: + - github@graphhopper.com + +# enable container-based stack +sudo: false