1
1
mirror of https://github.com/qvacua/vimr.git synced 2025-01-06 22:21:18 +03:00

Merge pull request #546 from stephengroat/brew-bundle

Move to brew bundle
This commit is contained in:
Tae Won Ha 2017-10-23 18:57:33 +02:00 committed by GitHub
commit 3a334f42e0
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'