use example from atom/wrap-guide
This commit is contained in:
parent
11abdb95fa
commit
566996a9fd
1 changed files with 3 additions and 15 deletions
18
.travis.yml
18
.travis.yml
|
|
@ -1,10 +1,10 @@
|
||||||
### Project specific config ###
|
### Project specific config ###
|
||||||
language: generic
|
language: objective-c
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- APM_TEST_PACKAGES="vim-mode-plus"
|
- APM_TEST_PACKAGES="vim-mode-plus"
|
||||||
- ATOM_LINT_WITH_BUNDLED_NODE="true"
|
- ATOM_LINT_WITH_BUNDLED_NODE="false"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
- ATOM_CHANNEL=stable
|
- ATOM_CHANNEL=stable
|
||||||
|
|
@ -12,30 +12,18 @@ env:
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
|
||||||
|
|
||||||
### Generic setup follows ###
|
### Generic setup follows ###
|
||||||
script:
|
script: 'curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
|
||||||
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
|
|
||||||
- chmod u+x build-package.sh
|
|
||||||
- ./build-package.sh
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: never
|
||||||
on_failure: change
|
on_failure: change
|
||||||
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
|
||||||
git:
|
git:
|
||||||
depth: 10
|
depth: 10
|
||||||
|
|
||||||
sudo: false
|
|
||||||
|
|
||||||
dist: trusty
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue