Skip to content

Commit

Permalink
Teach linting to fail fast on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrudolph committed Apr 2, 2019
1 parent 5f52a8e commit 8c04551
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ install:
- npm install --global [email protected]
- 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:
Expand Down

0 comments on commit 8c04551

Please sign in to comment.