Skip to content

Commit

Permalink
[ci] refs #1 - Use git --porcelain to check for local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
olemis committed Mar 3, 2019
1 parent 294455a commit 60ed995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ script:
- make build-py
- make build-js
- make clean
- if [ ! -z "$(git status)" ] ; then false ; fi
- git status
- test -z "$(git status --porcelain)"
notifications:
# https://github.com/kvld/travisci-telegram TravisCI Telegram Bot integration
webhooks: https://fathomless-fjord-24024.herokuapp.com/notify
Expand Down

0 comments on commit 60ed995

Please sign in to comment.