Skip to content

Commit

Permalink
Updated travis.yml to build for int tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis J. McWherter Jr committed Oct 16, 2015
1 parent 2c64c8e commit 493f31c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: java
sudo: false # Use containers
jdk:
- oraclejdk8
script: mvn clean verify
# TODO: Need to add a deploy line when we have OSSRH access
before_install:
- sudo apt-get install libaio1 # Needed to run mysqld for integration tests
script: mvn verify
# TODO: Need to add a deploy line when we have bintray access
# See: http://docs.travis-ci.com/user/customizing-the-build/

0 comments on commit 493f31c

Please sign in to comment.