mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Teach linting to fail fast on Travis CI
This commit is contained in:
@@ -30,10 +30,10 @@ install:
|
||||
- npm install --global npm@6.2.0
|
||||
- script/bootstrap
|
||||
|
||||
script:
|
||||
- script/lint
|
||||
- script/build --no-bootstrap --create-debian-package --create-rpm-package --compress-artifacts
|
||||
- script/test
|
||||
script: >
|
||||
script/lint &&
|
||||
script/build --no-bootstrap --create-debian-package --create-rpm-package --compress-artifacts &&
|
||||
script/test
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
||||
Reference in New Issue
Block a user