Merge pull request #7962 from Yardanico/test-ci

Fixed Travis CI for macOS
This commit is contained in:
Dominik Picheta
2018-06-08 21:09:36 +01:00
committed by GitHub

View File

@@ -25,6 +25,8 @@ before_install:
before_script:
- set -e
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then unset -f cd; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then shell_session_update() { :; }; fi
- git clone --depth 1 https://github.com/nim-lang/csources.git
- cd csources
- sh build.sh