Merge pull request #1146 from madawas/master

Adding travis build config
4.x.x
Madawa Soysa 7 years ago committed by GitHub
commit a4d378f676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,8 @@
language: java
jdk:
- oraclejdk8
cache:
directories:
- .autoconf
- $HOME/.m2
script: mvn clean install
Loading…
Cancel
Save