imv/.travis.yml
Dmitrij D. Czarkoff aac1d79e77 Remove "-std=gnu11" from .travis.yml
This reverts commit 9e3db8bdaa.  The effort was
futile.
2016-05-13 06:30:51 +02:00

26 lines
402 B
YAML

sudo: required
dist: trusty
language: c
compiler:
- clang
- gcc
env:
- V=yes CFLAGS="-W -Wall -Wextra -Wpedantic -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -Werror"
script:
- make
# - make check
notifications:
email: false
addons:
apt:
packages:
- libfreeimage-dev
- libsdl2-ttf-dev
# - libcmocka-dev