Correct path to config_info.cpp in travis file.

This commit is contained in:
jzmaddock
2017-05-19 08:26:21 +01:00
parent 7398ea7955
commit 2a15c53fbb

View File

@ -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:
- |-