diff --git a/.travis.yml b/.travis.yml index 37ce3c5..ba198d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ addons: dist: trusty sudo: false language: c -script: CFLAGS=-Werror make && make test +script: CFLAGS=-Werror make all dunstify test compiler: - gcc - clang