Remove the unused .travis.yml

This commit is contained in:
Trustin Lee 2014-11-01 23:04:07 +09:00
parent b804c9c34f
commit b644c0096d

View File

@ -1,12 +0,0 @@
language: java
jdk:
- oraclejdk7
- openjdk7
branches:
only:
- master
- 3
- 3.5
before_install: 'mvn -version'
install: 'mvn -DskipTests clean install'