This commit is contained in:
Michael Vines 2019-06-28 12:17:47 -07:00
parent 59d7ee5db2
commit b22c39018f
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ before_install:
- rustup --version
script:
- if [[ $TRAVIS_PULL_REQUEST != false ]]; npx commitlint-travis; fi
- if [[ $TRAVIS_PULL_REQUEST != false ]]; then npx commitlint-travis; fi
- ls -l lib
- test -r lib/index.iife.js
- test -r lib/index.cjs.js