Skip to content

Commit

Permalink
Added commit message validation to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
twolfson committed Mar 12, 2016
1 parent 87c56e3 commit d9c8e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
"build": "grunt build",
"test:integration": "./scripts/integration-tests.sh",
"init": "rm -rf node_modules/karma && cd node_modules && ln -nsf ../ karma && cd ../",
"travis": "npm run lint && npm run build && npm test && npm run test:integration"
"travis": "npm run lint && validate-commit-msg && npm run build && npm test && npm run test:integration"
},
"config": {
"ghooks": {
Expand Down

0 comments on commit d9c8e39

Please sign in to comment.