Ignore branch on travis.
This commit is contained in:
parent
49ef5d66c3
commit
2718156c70
1 changed files with 9 additions and 0 deletions
|
|
@ -10,6 +10,15 @@ os:
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- build-artifacts
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- dev
|
||||||
|
|
||||||
git:
|
git:
|
||||||
submodules: false
|
submodules: false
|
||||||
depth: 40
|
depth: 40
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue