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 ###
|
||||
language: generic
|
||||
language: objective-c
|
||||
|
||||
env:
|
||||
global:
|
||||
- APM_TEST_PACKAGES="vim-mode-plus"
|
||||
- ATOM_LINT_WITH_BUNDLED_NODE="true"
|
||||
- ATOM_LINT_WITH_BUNDLED_NODE="false"
|
||||
|
||||
matrix:
|
||||
- ATOM_CHANNEL=stable
|
||||
|
|
@ -12,30 +12,18 @@ env:
|
|||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
### Generic setup follows ###
|
||||
script:
|
||||
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
|
||||
- chmod u+x build-package.sh
|
||||
- ./build-package.sh
|
||||
script: 'curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
on_failure: change
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
git:
|
||||
depth: 10
|
||||
|
||||
sudo: false
|
||||
|
||||
dist: trusty
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue