Skip to content

Commit 710496e

Browse files
committed
Hopefully unbreak OSX on Travis by forcing MySQL Server 5.6 instead of latest available. Note that MySQL Server 8 still needs fixed in mysql-native (ie, issue #189) (from @SingingBush)
1 parent 7e5bffe commit 710496e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ addons:
133133
mariadb: '10.1'
134134
apt:
135135
packages: [ libevent-dev ]
136+
homebrew:
137+
brewfile: true
136138

137139
install: $DMD -ofci_setup ci_setup.d && ./ci_setup
138140
script: ./run_tests --mode=combined

Brewfile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# NOTE: This file is only intended for testing mysql-native on Travis-CI
2+
3+
# Running 'brew bundle' will install required dependencies
4+
brew 'libevent'
5+
brew "[email protected]", restart_service: true, link: true, conflicts_with: ["mysql"]

0 commit comments

Comments
 (0)