From 7398ea79552752800dcfa575d047937a2918188f Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 19 May 2017 08:18:17 +0100 Subject: [PATCH] Add diagnostic information to travis build. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4bd1d334..73e2fdf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: - |-