1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00
vimr/.travis.yml
2016-12-14 19:46:47 +01:00

12 lines
261 B
YAML

language: objective-c
osx_image: xcode8.2
git:
depth: 1
before_install:
- brew update
- brew install libtool automake gettext ninja
script:
- ./bin/build_vimr.sh false
- xcodebuild test -scheme SwiftNeoVim
- xcodebuild test -scheme VimR