Skip to content

Commit

Permalink
fix: another try
Browse files Browse the repository at this point in the history
  • Loading branch information
srfrnk committed Oct 2, 2018
1 parent d0543af commit f62b06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ script:
- npm run tsc
- npm run typedoc
- npm run create-dist
- bash -c '[ -z "$(git status -s)" ] && { kill "$PPID"; exit 0; }'
- bash -c 'exit $([ -z "$(git status -s)" ])'
notifications:
email:
on_success: change # default: change
Expand Down

0 comments on commit f62b06c

Please sign in to comment.