Skip to content

Commit

Permalink
install gcc in osx test (microsoft#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxchan authored and guolinke committed Oct 9, 2017
1 parent 4b96f0f commit 9f95255
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis/setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

if [[ $TRAVIS_OS_NAME == "osx" ]]; then
brew install openmpi # use openmpi to install gcc
brew install gcc --without-multilib
brew install openmpi
wget -O conda.sh https://repo.continuum.io/miniconda/Miniconda${PYTHON_VERSION:0:1}-latest-MacOSX-x86_64.sh
else
if [[ ${TASK} != "pylint" ]] && [[ ${TASK} != "check-docs" ]]; then
Expand Down

0 comments on commit 9f95255

Please sign in to comment.