- Adding a brew upgrade
- Removing the apt-get update, it is being done way too many times
This commit is contained in:
parent
d295a675c8
commit
ea213549df
1 changed files with 1 additions and 1 deletions
|
@ -14,8 +14,8 @@ matrix:
|
|||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install curl ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update ; fi
|
||||
- curl -L http://bootstrap.saltstack.org | sudo sh -s -- git develop
|
||||
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue