| sudo: false | |
| language: java | |
| jdk: | |
| - oraclejdk8 | |
| before_install: | |
| # copy integration test config | |
| - cp travis-metamodel-integrationtest-configuration.properties /home/travis/metamodel-integrationtest-configuration.properties | |
| services: | |
| - couchdb | |
| - mongodb | |
| - docker | |
| - neo4j | |
| script: "mvn clean verify -P integration-test" | |
| after_success: | |
| - mvn test javadoc:javadoc | |
| notifications: | |
| email: false |