1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 11:35:35 +03:00
vimr/.travis.yml

12 lines
259 B
YAML
Raw Normal View History

2016-11-05 12:20:03 +03:00
language: objective-c
osx_image: xcode8
git:
depth: 1
before_install:
- brew update
- brew install libtool automake gettext ninja
script:
2016-11-05 12:24:43 +03:00
- ./bin/build_vimr.sh false
2016-11-05 12:22:04 +03:00
- xcodebuild test -scheme SwiftNeoVim
- xcodebuild test -scheme VimR