We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c21f15 commit 56f8947Copy full SHA for 56f8947
.travis.yml
@@ -10,7 +10,7 @@ os:
10
before_script: ccache -s || echo "CCache is not available."
11
12
script:
13
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then CPPFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" ./configure ; else ; ./configure ; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then CPPFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" ./configure ; else ./configure ; fi
14
- make -j2 all examples check && make -C tests run_local fi
15
16
sudo: false
0 commit comments