1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-01 01:32:04 +03:00
vimr/.travis.yml
2017-04-23 08:01:42 +02:00

12 lines
261 B
YAML

language: objective-c
osx_image: xcode8.3
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