Merge pull request #22 from libtom/fix-travis

fix travis build
This commit is contained in:
Steffen Jaeckel 2019-09-06 09:23:47 +02:00 committed by GitHub
commit 218a79351f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,14 @@
dist: trusty
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=""