Another attempt: Use same as vim-mode-plus

This commit is contained in:
Edvin Hultberg 2017-08-16 19:55:25 +02:00
parent bf2d86248a
commit 054eca5d79

View file

@ -1,38 +1,11 @@
### Project specific config ### language: objective-c
language: generic
env:
global:
- APM_TEST_PACKAGES="vim-mode-plus"
- ATOM_LINT_WITH_BUNDLED_NODE="true"
matrix:
- ATOM_CHANNEL=stable
- ATOM_CHANNEL=beta
os:
- linux
### Generic setup follows ###
script:
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
- chmod +x build-package.sh
- ./build-package.sh
notifications: notifications:
email: email:
on_success: never on_success: never
on_failure: change on_failure: change
dist: xenial script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
git: git:
depth: 10 depth: 10
addons:
apt:
packages:
- build-essential
- fakeroot
- git
- libsecret-1-dev