Travis CI branch whitelisting

This commit is contained in:
Trustin Lee 2013-03-11 09:55:43 +09:00
parent 8f5eaaa740
commit e203618007
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@ language: java
jdk:
- oraclejdk7
- openjdk7
branches:
only:
- master
- 3
- 3.5
before_install: 'mvn -version'
install: 'mvn clean install -Pfull -DskipTests'