Skip to content

Commit

Permalink
older GCC doesn't understand C11
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhammond authored and Jeff Hammond committed Apr 29, 2019
1 parent af1a04c commit 95d36c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ env:
- OPA_CFLAGS=-std=gnu89
- OPA_CFLAGS=-std=gnu99
- OPA_CFLAGS=-std=gnu11
matrix:
allow_failures:
- os: linux
compiler: gcc
env: OPA_CFLAGS=-std=c11
- os: linux
compiler: gcc
env: OPA_CFLAGS=-std=gnu11
addons:
apt:
sources:
Expand Down

0 comments on commit 95d36c7

Please sign in to comment.