Skip to content

Commit 757c78f

Browse files
Disable SSL tests for macOS on Travis CI
because the specs require certs from .travis_ssl.sh installed in /etc/mysql which is inaccessible without root on macOS. A more involved fix would be to parameterize the paths in the specs and adapt the .travis_ssl.sh script to work properly on macOS.
1 parent 62c1ff9 commit 757c78f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ before_install:
2020
bash -c " # Install MySQL is OS=darwin
2121
if [[ x$OSTYPE =~ ^xdarwin ]]; then
2222
brew install mysql
23+
echo ssl = 0 >> /usr/local/etc/my.cnf
2324
mysql.server start
2425
fi
2526
"

0 commit comments

Comments
 (0)