3
0
Fork 0

don't build all branches

This commit is contained in:
Steffen Jaeckel 2019-09-06 08:51:04 +02:00
parent e291abe703
commit 3495a5ca1d
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@ sudo: required
language: c
compiler:
- gcc
branches:
only:
- master
- develop
- /^release/
- /^travis/
script: CC="${MYCC}" make ${SHARED} test_standalone >test_gcc_1.txt 2>test_gcc_2.txt && ./test >test_std.txt 2>test_err.txt
env:
- MYCC="gcc" SHARED=""