ci: commitlint only on pull requests
This commit is contained in:
parent
8a41292e08
commit
329955f4e6
|
@ -31,7 +31,7 @@ before_install:
|
|||
- rustup --version
|
||||
|
||||
script:
|
||||
- npx commitlint-travis
|
||||
- if [[ $TRAVIS_PULL_REQUEST != false ]]; npx commitlint-travis; fi
|
||||
- ls -l lib
|
||||
- test -r lib/index.iife.js
|
||||
- test -r lib/index.cjs.js
|
||||
|
|
Loading…
Reference in New Issue