Skip to content

Commit 56f8947

Browse files
committed
travis-ci fix5
1 parent 1c21f15 commit 56f8947

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
@@ -10,7 +10,7 @@ os:
1010
before_script: ccache -s || echo "CCache is not available."
1111

1212
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
13+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then CPPFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" ./configure ; else ./configure ; fi
1414
- make -j2 all examples check && make -C tests run_local fi
1515

1616
sudo: false

0 commit comments

Comments
 (0)