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