From e9f4579047f51fdcdb442b779d064091fe190e93 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 4 Nov 2017 16:26:08 +0200 Subject: [PATCH] Test typeof instead of smart_ptr :-/ --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 80394a0..545c7a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -192,7 +192,7 @@ install: script: - |- echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam - - ./b2 libs/smart_ptr/test toolset=$TOOLSET cxxstd=$CXXSTD + - ./b2 libs/typeof/test toolset=$TOOLSET cxxstd=$CXXSTD notifications: email: