Skip to content

Commit

Permalink
Fixes issue #4408 - Add TravisCI file (#4409)
Browse files Browse the repository at this point in the history
* Fixes issue #4408 - Add TravisCI file

Signed-off-by: Manfred Riem (manfred.riem@oracle.com)
  • Loading branch information
manfredriem authored Jul 14, 2018
1 parent a7f4061 commit 789822f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: java
before_install:
- wget https://archive.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.zip
- unzip -qq apache-maven-3.5.3-bin.zip
- export M2_HOME=$PWD/apache-maven-3.5.3
- export PATH=$M2_HOME/bin:$PATH
jdk:
- oraclejdk8
- openjdk8
script:
- mvn -B clean install
addons:
apt:
packages:
- libxml2-utils

0 comments on commit 789822f

Please sign in to comment.