Skip to content

Commit

Permalink
Run integration tests as part of the travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
bmahe-tango committed Feb 8, 2016
1 parent f36cc03 commit 9733372
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,8 @@ jdk:
- openjdk6
services:
- memcached
script:
- mvn verify
after_script:
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && travis_wait 300 mvn site -Ppublish-site-github || false'
env:
Expand Down

0 comments on commit 9733372

Please sign in to comment.