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:
parent
b4dbdc2036
commit
38d5ae93aa
12
.travis.yml
12
.travis.yml
@ -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'
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user