Commit 9f952558 authored by wxchan's avatar wxchan Committed by Guolin Ke
Browse files

install gcc in osx test (#977)

parent 4b96f0f0
#!/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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment