Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Add a travis-yml to create a travis-ci build for this project #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# "machines".
sudo: false

cache:
directories:
- build-support

language: java

jdk:
Expand All @@ -12,4 +16,4 @@ jdk:
script: |
uname -a
java -version
ant test
ant -Dimport.dir=build-support import test