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
|
sudo: false
|
||||||
language: c
|
language: c
|
||||||
|
env: VERBOSE=1
|
||||||
os:
|
|
||||||
- linux
|
|
||||||
- osx
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
@ -13,6 +10,10 @@ addons:
|
|||||||
before_install:
|
before_install:
|
||||||
- ./bootstrap
|
- ./bootstrap
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user