Export VERBOSE=1 in Travis so that the test suite outputs debug information.
This commit is contained in:
parent
b426e7104d
commit
d16576b2ba
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user