Skip to content

Commit

Permalink
Cache homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Jul 10, 2017
1 parent 4d765fd commit 299dd94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sudo: false
cache:
directories:
- $HOME/opt
- $HOME/Library/Caches/Homebrew

matrix:
include:
Expand Down Expand Up @@ -41,7 +42,7 @@ install: |
fi
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update
brew upgrade
#brew upgrade
brew install $PACKAGE
$VIM --version
fi
Expand Down

0 comments on commit 299dd94

Please sign in to comment.