Skip to content

Commit

Permalink
ci: then
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jun 15, 2020
1 parent af6aa92 commit 474a515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3.js/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 474a515

Please sign in to comment.