Skip to content

Commit

Permalink
Travis CI branch whitelisting
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Mar 11, 2013
1 parent 8f5eaaa commit e203618
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit e203618

Please sign in to comment.