Skip to content

Commit

Permalink
Fix Travis builds continuing after failed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gawdl3y committed Jan 14, 2017
1 parent 7357fc2 commit fa85da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ cache:
- node_modules
install: npm install
script:
- npm run lint
- bash ./deploy/deploy.sh
env:
global:
Expand Down
2 changes: 2 additions & 0 deletions deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
set -e

function tests {
npm run lint
npm run test-docs
VERSIONED=false npm run web-dist
exit 0
}

function build {
npm run lint
npm run docs
VERSIONED=false npm run web-dist
}
Expand Down

0 comments on commit fa85da1

Please sign in to comment.