From 2a15c53fbb36298d45ed579473a9335b6bc9be7e Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 19 May 2017 08:26:21 +0100 Subject: [PATCH] Correct path to config_info.cpp in travis file. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 73e2fdf9..49785345 100644 --- a/.travis.yml +++ b/.travis.yml @@ -316,7 +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 + - $TOOLSET -std=$CXXSTD -I. -O3 libs/config/test/config_info.cpp -o config_info && ./config_info script: - |-