diff options
author | Daniil Yarancev <21169548+Yardanico@users.noreply.github.com> | 2018-06-05 21:27:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-05 21:27:51 +0300 |
commit | c9a8ada722a945b6de8c4c145ade25526545a4cc (patch) | |
tree | d4ee4751b8909804994ded231f0d3b9c8d82f8a4 | |
parent | 642641359821b6a63c6cf7edaaa45873b7ea59c7 (diff) | |
download | Nim-c9a8ada722a945b6de8c4c145ade25526545a4cc.tar.gz |
Update .travis.yml
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a3fa3f1da..38e1eba28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |