Skip to content

Commit

Permalink
Travis: try to fix env settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenk committed Feb 12, 2019
1 parent 146522f commit c0cd747
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -14,8 +14,9 @@ matrix:
- os: osx
osx_image: xcode10.1
compiler: clang
env: PATH="/usr/local/opt/mysql-client/bin:$PATH"
env: CXX=clang++
env:
- CXX=clang++
- PATH="/usr/local/opt/mysql-client/bin:$PATH"
- os: linux
dist: xenial
compiler: clang
Expand Down

0 comments on commit c0cd747

Please sign in to comment.