Skip to content

Commit c769013

Browse files
committed
Take 2
1 parent 0f00103 commit c769013

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ 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
11+
- 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
1213
- export OLD_PATH=$LD_LIBRARY_PATH
1314
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`mariadb_config --libs | cut -d ' ' -f1 | sed 's/-L//'`
1415
after_script:

0 commit comments

Comments
 (0)