Browse Source

Try to fix Mono not in path issues in Travis.

pull/767/head
Joao Matos 10 years ago
parent
commit
a4d85ac4f0
  1. 1
      .travis.yml

1
.travis.yml

@ -15,6 +15,7 @@ addons: @@ -15,6 +15,7 @@ addons:
- g++-4.8
install:
- export PATH=$PATH:/Library/Frameworks/Mono.framework/Versions/Current/bin
- build/InstallMono.sh
- build/InstallNugets.sh
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi

Loading…
Cancel
Save