Travis CI only for branches develop and master

This commit is contained in:
Tim Rühsen 2016-02-20 23:05:34 +01:00
parent 4798ee88a2
commit cb3fc3b502
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@ compiler:
- gcc - gcc
- clang - clang
branches:
only:
- master
- develop
env: env:
- RUNTIME=libicu - RUNTIME=libicu
- RUNTIME=libidn2 - RUNTIME=libidn2