Add more coverage to travis tests.

Signed-off-by: Ralph Giles <giles@mozilla.com>
This commit is contained in:
Stephen 2017-01-21 08:20:56 -08:00 committed by Ralph Giles
parent cfc8e30038
commit 4176a0c86e
No known key found for this signature in database
GPG Key ID: 47000F7BB1441DEF

View File

@ -1,5 +1,13 @@
language: c
compiler:
- gcc
- clang
os:
- linux
- osx
env:
- CONFIG=""
- CONFIG="--enable-assertions"