Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
fix(ci): exec commitlint-travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Aug 13, 2018
1 parent 4a6e188 commit 6209307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
script: "yarn lint && make test reporter=spec && make test-browser reporter=spec && make coverage cov-reporter=travis-cov"
script: "node_modules/.bin/commitlint-travis && yarn lint && make test reporter=spec && make test-browser reporter=spec && make coverage cov-reporter=travis-cov"
sudo: required
branches:
only:
Expand Down

0 comments on commit 6209307

Please sign in to comment.