mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 09:02:40 +00:00
Merge pull request #2378 from fwalch/travis-disable-nightly
Travis: Disable building 'nightly' tag.
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
language: c
|
language: c
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- nightly
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- CI_SCRIPTS=$TRAVIS_BUILD_DIR/.ci
|
- CI_SCRIPTS=$TRAVIS_BUILD_DIR/.ci
|
||||||
|
|||||||
Reference in New Issue
Block a user