We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f8947 commit 853f9baCopy full SHA for 853f9ba
.travis.yml
@@ -11,6 +11,6 @@ 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
14
- - make -j2 all examples check && make -C tests run_local fi
+ - make -j2 all examples check && make -C tests run_local
15
16
sudo: false
0 commit comments