Skip to content

Commit

Permalink
ci(travis): fix commitlint error
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Mar 16, 2020
1 parent 7304c32 commit 7c9a6d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ before_install:

before_script:
- export LD_LIBRARY_PATH=/usr/local/clang/lib:$LD_LIBRARY_PATH
- ./node_modules/.bin/commitlint-travis && ./autogen.sh
- git config user.email "support@travis.org"
- git config user.name "Travis CI"
- ./node_modules/.bin/commitlint-travis
- ./autogen.sh

script:
- ./configure --enable-code-coverage
Expand Down

0 comments on commit 7c9a6d1

Please sign in to comment.