Run full build on Travis CI install

This commit is contained in:
Trustin Lee 2013-03-11 09:14:06 +09:00
parent 27b2f1304b
commit 24c3b3f6e7

View File

@ -3,4 +3,5 @@ jdk:
- oraclejdk7
- openjdk7
before_install: 'mvn -version'
install: 'mvn install -Pfull -DskipTests'