use example from atom/wrap-guide

This commit is contained in:
Edvin Hultberg 2017-08-15 22:08:06 +02:00
parent 11abdb95fa
commit 566996a9fd

View file

@ -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: