Skip to content

Commit

Permalink
give mvn test some JVM args to help XML parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Hathaway committed May 13, 2014
1 parent 291d3f0 commit a5c8321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ services:
- cassandra
before_script: cassandra-cli -f schema/cassandra_1.2.schema
install: bin/travisci_setup.sh
test: MAVEN_OPTS="-Djdk.xml.entityExpansionLimit=0 -DentityExpansionLimit=0" mvn test

0 comments on commit a5c8321

Please sign in to comment.