Skip to content

Commit

Permalink
chore: remove commitlint from travis
Browse files Browse the repository at this point in the history
Commit messages should be fixed on PR squash and merge
  • Loading branch information
jacobheun committed May 17, 2019
1 parent 28c054c commit bde30ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit bde30ca

Please sign in to comment.