1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-23 10:13:32 +03:00

Move to brew bundle

This commit is contained in:
Stephen G 2017-10-22 19:38:11 +01:00
parent 3180816c56
commit d46ca0f85f
2 changed files with 5 additions and 6 deletions

View File

@ -8,12 +8,7 @@ cache:
directories:
- Carthage
before_install:
- brew update
- brew outdated carthage || brew upgrade carthage
- brew outdated libtool || brew upgrade libtool
- brew outdated automake || brew upgrade automake
- brew install ninja
before_install: brew update && brew bundle
script:
- ./bin/build_travis.sh

4
Brewfile Normal file
View File

@ -0,0 +1,4 @@
brew 'carthage'
brew 'libtool'
brew 'automake'
brew 'ninja'