ex-mode/.travis.yml
2017-08-15 22:08:06 +02:00

33 lines
538 B
YAML

### Project specific config ###
language: objective-c
env:
global:
- APM_TEST_PACKAGES="vim-mode-plus"
- ATOM_LINT_WITH_BUNDLED_NODE="false"
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 | sh'
notifications:
email:
on_success: never
on_failure: change
git:
depth: 10
addons:
apt:
packages:
- build-essential
- fakeroot
- git
- libsecret-1-dev