remove Travis build file (.travis.yml) (#8128)

Motivation:

the Netty project does not use Travis CI.

Modification:

Remove .travis.yml

Result:

No more Travis.
This commit is contained in:
sullis 2018-07-11 12:02:57 -07:00 committed by Norman Maurer
parent b4dbdc2036
commit 38d5ae93aa

View File

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