Skip to content

Commit

Permalink
Switch to using apt install directly, and skip the maven build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjones committed Aug 5, 2019
1 parent c7e0ec7 commit 9e4b57f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ language: java

dist: bionic

addons:
apt:
snaps:
- xmlstarlet
- ant
- ant-optional
before-install:
- sudo apt-get install -y xmlstarlet ant ant-optional

script:
install:
- ant -diagnostics
- free -m

script:
- xmlstarlet val -e -s xsd/eml.xsd src/test/resources/eml-sample.xml
- ant -diagnostics
- ant test

0 comments on commit 9e4b57f

Please sign in to comment.