Lint .travis.yml
This commit is contained in:
parent
d81f25d54e
commit
f3d5336892
10
.travis.yml
10
.travis.yml
@ -7,12 +7,6 @@ git:
|
|||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
# don't re-build for tags so that [publish binary] is not re-run
|
|
||||||
# https://github.com/travis-ci/travis-ci/issues/1532
|
|
||||||
branches:
|
|
||||||
except:
|
|
||||||
- /^v[0-9]/
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
@ -21,8 +15,8 @@ branches:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- ccache: true
|
ccache: true
|
||||||
- apt: true
|
apt: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
Loading…
Reference in New Issue
Block a user