mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-28 11:35:35 +03:00
Delete travis yml
This commit is contained in:
parent
5ad3402bcf
commit
161d086918
@ -1,8 +0,0 @@
|
||||
language: objective-c
|
||||
osx_image: xcode8
|
||||
git:
|
||||
depth: 1
|
||||
before_install:
|
||||
- brew update
|
||||
- brew install libtool automake gettext ninja
|
||||
script: ./bin/build_for_yosemite.sh
|
@ -1,9 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# For building binaries for Yosemite, 10.10.x.
|
||||
|
||||
set -e
|
||||
|
||||
./bin/prepare_repositories.sh
|
||||
./bin/clean_old_builds.sh
|
||||
./bin/build_vimr.sh false
|
Loading…
Reference in New Issue
Block a user