Skip to content

Commit 0053c5d

Browse files
committed
Take 3
1 parent c769013 commit 0053c5d

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
@@ -9,7 +9,7 @@ julia:
99
- nightly
1010
before_script:
1111
- echo $PWD
12-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then julia -e 'run(`${HOME}/.julia/v$(VERSION.major).$(VERSION.minor)/Homebrew/deps/usr/bin/mysql.server start`)'; fi
12+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then julia -e 'run(`$(Pkg.dir())/Homebrew/deps/usr/bin/mysql.server start`)'; fi
1313
- export OLD_PATH=$LD_LIBRARY_PATH
1414
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`mariadb_config --libs | cut -d ' ' -f1 | sed 's/-L//'`
1515
after_script:

0 commit comments

Comments
 (0)