We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72d102 commit 04e95e0Copy full SHA for 04e95e0
.travis.yml
@@ -1,18 +1,19 @@
1
language: node_js
2
node_js:
3
-- stable
+ - stable
4
install:
5
-- npm install
+ - npm install
6
script:
7
-- npm run lint
8
-- npm run dtslint
9
-- npm run cover
10
-- npm run build
11
-- npm run benchmark
+ - npx commitlint -e
+ - npm run lint
+ - npm run dtslint
+ - npm run cover
+ - npm run build
12
+ - npm run benchmark
13
after_script:
-- npm run coveralls
14
+ - npm run coveralls
15
cache:
16
directories:
- - node_modules
17
+ - node_modules
18
notifications:
19
email: false
0 commit comments