initial commit for having a backup

This commit is contained in:
jenzur
2019-06-13 22:08:08 +02:00
parent f54c447eb6
commit 6e89398bee
189 changed files with 15766 additions and 4367 deletions
+18
View File
@@ -0,0 +1,18 @@
language: java
jdk: oraclejdk8
cache:
directories:
- $HOME/.m2
script:
- mvn -DPU_NAME=pu_travis_integration_test verify
- mvn -Dremote.user=tomcat -Dremote.password=1324test tomcat7:deploy
# Verify that we have a deployed project
- mvn verify -PACCEPT_TEST
services:
- mysql
before_install:
- mysql -e 'CREATE DATABASE travis_test;'