1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00
vimr/.travis.yml
2016-11-05 10:24:48 +01:00

12 lines
259 B
YAML

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