Update .travis.yml

This commit is contained in:
Daniil Yarancev
2018-06-05 21:27:51 +03:00
committed by GitHub
parent 6426413598
commit c9a8ada722

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