Brew no autoupdate
This commit is contained in:
parent
c60a8cd415
commit
47ca2cffd6
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ addons:
|
||||||
- libssh2-1-dev
|
- libssh2-1-dev
|
||||||
|
|
||||||
before_install:
|
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:
|
before_script:
|
||||||
- curl -u $TOKEN -o latest.json --silent https://api.github.com/repos/nim-lang/nightlies/releases/latest
|
- curl -u $TOKEN -o latest.json --silent https://api.github.com/repos/nim-lang/nightlies/releases/latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue