chore: remove commitlint from travis

Commit messages should be fixed on PR squash and merge
This commit is contained in:
Jacob Heun 2019-05-17 10:31:16 +02:00
parent 28c054c21e
commit bde30cac45
No known key found for this signature in database
GPG Key ID: CA5A94C15809879F

View File

@ -11,7 +11,7 @@ node_js:
os:
- linux
- osx
script: npx nyc -s npm run test:node -- --bail
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
@ -20,7 +20,6 @@ jobs:
- stage: check
script:
- npx aegir build --bundlesize
- npx aegir commitlint --travis
- npx aegir dep-check -- -i wrtc -i electron-webrtc
- npm run lint