From e3fb424f939a05e34f9741d0772885ce8cf46e2f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 14 Oct 2018 18:16:49 +0300 Subject: [PATCH] Fix .travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 272bf03..69052ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -119,7 +119,8 @@ install: - git submodule update --init tools/build - git submodule update --init libs/config - git submodule update --init tools/boostdep - - cp -r $TRAVIS_BUILD_DIR/* libs/parameter + - mkdir -p libs/parameter_python + - cp -r $TRAVIS_BUILD_DIR/* libs/parameter_python - python tools/boostdep/depinst/depinst.py parameter - ./bootstrap.sh - ./b2 headers @@ -127,8 +128,7 @@ install: script: - |- echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam - - ./b2 --verbose-test libs/config/test//config_info toolset=$TOOLSET cxxstd=$CXXSTD || true - - ./b2 -j3 libs/parameter/test toolset=$TOOLSET cxxstd=$CXXSTD + - ./b2 -j3 libs/parameter_python/test toolset=$TOOLSET cxxstd=$CXXSTD notifications: email: