Another attempt: Use same as vim-mode-plus
This commit is contained in:
parent
bf2d86248a
commit
054eca5d79
1 changed files with 2 additions and 29 deletions
31
.travis.yml
31
.travis.yml
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue