From 78fc119ed900210268931abf606f0682e3148a77 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sun, 1 Oct 2017 08:53:45 -0400 Subject: Disabling autodetection doesn't help if we force it in travis.yml --- src/scripts/ci/travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts') diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml index 143549ee5..d5982db85 100644 --- a/src/scripts/ci/travis.yml +++ b/src/scripts/ci/travis.yml @@ -91,7 +91,7 @@ install: - ./src/scripts/ci/setup_travis.sh script: - - ./src/scripts/ci_build.py --os=$TRAVIS_OS_NAME --cc=$CC --cc-bin=$CXX --compiler-cache=ccache --pkcs11-lib=/tmp/softhsm/lib/softhsm/libsofthsm2.so $BUILD_MODE + - ./src/scripts/ci_build.py --os=$TRAVIS_OS_NAME --cc=$CC --cc-bin=$CXX --pkcs11-lib=/tmp/softhsm/lib/softhsm/libsofthsm2.so $BUILD_MODE # whitelist branches to avoid testing feature branches twice (as branch and as pull request) branches: -- cgit v1.2.3