diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-11-03 23:20:28 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-11-03 23:20:28 -0500 |
| commit | 47ca2cffd6fa0f91e390110b4b3b4a7736c5310c (patch) | |
| tree | 0fe0295815970748081da7ab8bf859b889d298dc | |
| parent | c60a8cd415a3f495242968fb43e6211ff80effd5 (diff) | |
| download | nimgen-47ca2cffd6fa0f91e390110b4b3b4a7736c5310c.tar.gz nimgen-47ca2cffd6fa0f91e390110b4b3b4a7736c5310c.zip | |
Brew no autoupdate
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 27b2cb1..988a833 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ addons: - libssh2-1-dev before_install: - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libssh2; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then HOMEBREW_NO_AUTO_UPDATE=1 brew install libssh2; fi before_script: - curl -u $TOKEN -o latest.json --silent https://api.github.com/repos/nim-lang/nightlies/releases/latest |
