Re-adding Travis file based off of the original ones.

This commit is contained in:
Ryan 2021-02-06 22:44:50 +00:00 committed by GitHub
parent 500d0e1044
commit 44ac012165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: java
jdk:
- oraclejdk11
- openjdk11
notifications:
email: false
addons:
apt:
packages:
- sshpass
script: mvn clean install
after_success:
- ./travis-upload.sh