travis: also build dunstify

This commit is contained in:
Benedikt Heine 2017-10-22 03:11:56 +02:00
parent e890052431
commit 1091a976f2

View File

@ -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