From fd5d37f6df784dc01b0dd112e8271b8ab29842cb Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 19 May 2017 08:37:45 +0100 Subject: [PATCH] Another attempt to fix travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 49785345..0d5d2fd5 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/test/config_info.cpp -o config_info && ./config_info + - $COMPILER -std=$CXXSTD -I. -O3 libs/config/test/config_info.cpp -o config_info && ./config_info script: - |-