Skip to content

Commit 0f00103

Browse files
committed
Change travis to see if it starts mysql server
1 parent f0f027d commit 0f00103

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
@@ -8,9 +8,9 @@ julia:
88
- release
99
- nightly
1010
before_script:
11+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then julia -e 'run(`/Users/travis/.julia/v$(VERSION.major).$(VERSION.minor)/Homebrew/deps/usr/bin/mysql.server start`)'; fi
1112
- export OLD_PATH=$LD_LIBRARY_PATH
1213
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`mariadb_config --libs | cut -d ' ' -f1 | sed 's/-L//'`
13-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then julia -e 'run(`/Users/travis/.julia/v$(VERSION.major).$(VERSION.minor)/Homebrew/deps/usr/bin/mysql.server start`)'; fi
1414
after_script:
1515
- export LD_LIBRARY_PATH=$OLD_PATH
1616
- unset OLD_PATH

0 commit comments

Comments
 (0)