Skip to content

Commit

Permalink
Fix travis (does not support c11)
Browse files Browse the repository at this point in the history
  • Loading branch information
j123b567 committed May 31, 2016
1 parent 7fd135d commit 9760a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ script:
- CFLAGS="-m32 -std=c89" LDFLAGS="-m32 -L$PWD/CUnit/CUnit/Sources/.libs/" make clean test
- CFLAGS="-m32 -std=c90" LDFLAGS="-m32 -L$PWD/CUnit/CUnit/Sources/.libs/" make clean test
- CFLAGS="-m32 -std=c99" LDFLAGS="-m32 -L$PWD/CUnit/CUnit/Sources/.libs/" make clean test
- CFLAGS="-m32 -std=gnu11" LDFLAGS="-m32 -L$PWD/CUnit/CUnit/Sources/.libs/" make clean test
- CFLAGS="-m32 -std=gnu99" LDFLAGS="-m32 -L$PWD/CUnit/CUnit/Sources/.libs/" make clean test
- LDFLAGS="-lgcov" CFLAGS="-fprofile-arcs -ftest-coverage" make clean all test

after_success:
Expand Down

0 comments on commit 9760a97

Please sign in to comment.