aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDmitrij D. Czarkoff <czarkoff@gmail.com>2016-05-13 00:52:02 +0200
committerDmitrij D. Czarkoff <czarkoff@gmail.com>2016-05-13 01:00:30 +0200
commit9e3db8bdaad7d7752b24df5d9832b980a21f4496 (patch)
treeedccd396bace4782a6435bc850e4f90af83ec45d /.travis.yml
parent7353178d6d5bb4bc04341a09f95510b05cec3adb (diff)
downloadimv-9e3db8bdaad7d7752b24df5d9832b980a21f4496.tar.gz
Continue to use -std=gnu11 for Travis
This way we may continue using strict flags for detecting issues while still allowing old compiler versions elsewhere.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 440da38..9762506 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ compiler:
- gcc
env:
- - V=yes CFLAGS="-W -Wall -Wextra -Wpedantic -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -Werror"
+ - V=yes CFLAGS="-W -Wall -Wextra -Wpedantic -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -Werror --std=gnu11"
script:
- make