Export VERBOSE=1 in Travis so that the test suite outputs debug information.

This commit is contained in:
Sam Hocevar 2015-11-07 13:22:52 +01:00
parent b426e7104d
commit d16576b2ba

View File

@ -1,9 +1,6 @@
sudo: false
language: c
os:
- linux
- osx
env: VERBOSE=1
addons:
apt:
@ -13,6 +10,10 @@ addons:
before_install:
- ./bootstrap
os:
- linux
- osx
compiler:
- gcc
- clang