Skip to content

Commit 853f9ba

Browse files
committed
travis-ci fix6
1 parent 56f8947 commit 853f9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ before_script: ccache -s || echo "CCache is not available."
1111

1212
script:
1313
- 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
14+
- make -j2 all examples check && make -C tests run_local
1515

1616
sudo: false

0 commit comments

Comments
 (0)