Add diagnostic information to travis build.

This commit is contained in:
jzmaddock
2017-05-19 08:18:17 +01:00
parent bc966c41ad
commit 7398ea7955

View File

@ -316,6 +316,7 @@ install:
- python tools/boostdep/depinst/depinst.py config
- ./bootstrap.sh
- ./b2 headers
- $TOOLSET -std=$CXXSTD -I. -O3 libs/config/config_info.cpp -o config_info && ./config_info
script:
- |-