Travis CI only for branches develop and master
This commit is contained in:
parent
4798ee88a2
commit
cb3fc3b502
|
@ -6,6 +6,11 @@ compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- RUNTIME=libicu
|
- RUNTIME=libicu
|
||||||
- RUNTIME=libidn2
|
- RUNTIME=libidn2
|
||||||
|
|
Loading…
Reference in New Issue