Lint with bundled node and fix script run

In previous commit, I created a one-liner for running build-package, it did not seem to work.
This commit is contained in:
Edvin Hultberg 2017-08-16 09:33:30 +02:00 committed by GitHub
parent 566996a9fd
commit c4f739f390

View file

@ -4,7 +4,7 @@ language: objective-c
env: env:
global: global:
- APM_TEST_PACKAGES="vim-mode-plus" - APM_TEST_PACKAGES="vim-mode-plus"
- ATOM_LINT_WITH_BUNDLED_NODE="false" - ATOM_LINT_WITH_BUNDLED_NODE="true"
matrix: matrix:
- ATOM_CHANNEL=stable - ATOM_CHANNEL=stable
@ -14,7 +14,10 @@ os:
- linux - linux
### Generic setup follows ### ### Generic setup follows ###
script: 'curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh' 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: