Add travis builds

This commit is contained in:
edwin
2019-08-05 18:44:32 +02:00
parent 640d3edd10
commit 3f7e96fc01
5 changed files with 109 additions and 41 deletions

14
.travis.yml Normal file
View File

@@ -0,0 +1,14 @@
jdk: openjdk8
language: groovy
branches:
only:
- /.*/
before_install:
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
openssl aes-256-cbc -K $encrypted_80297b79dae4_key -iv $encrypted_80297b79dae4_iv
-in gradle.properties.enc -out gradle.properties -d;
fi
script: ./buildViaTravis.sh