Skip to content

Commit

Permalink
Update Travis build script for shade integration testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Jan 17, 2016
1 parent cf85bf5 commit a8a5ece
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ before_install:
- export DOCKER_TLS_VERIFY=0
- env

script:
- mvn test
- mvn test -f shade-test/pom.xml

cache:
directories:
- '$HOME/.m2/repository'

0 comments on commit a8a5ece

Please sign in to comment.