From 1091a976f2a59d5b67cd83e5d94c45799a5ec63b Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Sun, 22 Oct 2017 03:11:56 +0200 Subject: [PATCH] travis: also build dunstify --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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