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 dist: trusty
sudo: false sudo: false
language: c language: c
script: CFLAGS=-Werror make && make test script: CFLAGS=-Werror make all dunstify test
compiler: compiler:
- gcc - gcc
- clang - clang