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:
parent
566996a9fd
commit
c4f739f390
1 changed files with 5 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ language: objective-c
|
|||
env:
|
||||
global:
|
||||
- APM_TEST_PACKAGES="vim-mode-plus"
|
||||
- ATOM_LINT_WITH_BUNDLED_NODE="false"
|
||||
- ATOM_LINT_WITH_BUNDLED_NODE="true"
|
||||
|
||||
matrix:
|
||||
- ATOM_CHANNEL=stable
|
||||
|
|
@ -14,7 +14,10 @@ os:
|
|||
- linux
|
||||
|
||||
### 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:
|
||||
email:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue