diff options
author | Jack Lloyd <[email protected]> | 2017-10-01 08:53:45 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-10-01 08:53:45 -0400 |
commit | 78fc119ed900210268931abf606f0682e3148a77 (patch) | |
tree | 0ef2fae65a3276ba996df78fed58f7bbc7404d40 /src/scripts | |
parent | 3327354d31ec614e27aa66f0cddb96f1054ad728 (diff) |
Disabling autodetection doesn't help if we force it in travis.yml
Diffstat (limited to 'src/scripts')
-rw-r--r-- | src/scripts/ci/travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |