Skip to content

Commit

Permalink
Pare back travis now that the xerces upgrade fixed the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjones committed Aug 5, 2019
1 parent db12570 commit 8285de2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,12 @@ language: java

dist: bionic

env:
- ANT="apache-ant-1.10.6"

cache:
directories:
- ${ANT}

before_install:
- sudo apt-get update
- sudo apt-get install -y xmlstarlet ant ant-optional
#- if [ -d "${ANT}" ]; then echo "${ANT} already downloaded..."; ls -l ${ANT}; fi
#- if [ -d "apache-ant-1.10.6" ]; then echo "Downloading ${ANT}..."; wget https://www.apache.org/dist/ant/binaries/${ANT}-bin.tar.gz; tar -xzvf ${ANT}-bin.tar.gz; fi
#- export PATH=`pwd`/${ANT}/bin:$PATH

install:
- ant -diagnostics
- free -m

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

0 comments on commit 8285de2

Please sign in to comment.