diff options
| author | dylan araps <[email protected]> | 2017-10-12 09:24:16 +1100 |
|---|---|---|
| committer | dylan araps <[email protected]> | 2017-10-12 09:24:16 +1100 |
| commit | b55c37ac145feca74b6e1c4aeb78e1d6cc9f04fa (patch) | |
| tree | b432408f11515d5b069922de0333e27b8107dab5 | |
| parent | export: Export FZF colors. (diff) | |
| download | pywal-b55c37ac145feca74b6e1c4aeb78e1d6cc9f04fa.tar.xz pywal-b55c37ac145feca74b6e1c4aeb78e1d6cc9f04fa.zip | |
travis: Fix osx bug
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 97204bc..2ec3221 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ matrix: - os: osx language: generic before_install: + - brew update - brew install imagemagick - brew install python3 - virtualenv env -p python3 |