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 74e45ec commit ef4a2dfCopy full SHA for ef4a2df
.travis.yml
@@ -1,19 +1,17 @@
1
language: node_js
2
cache:
3
directories:
4
- - node_modules
+ - ~/.npm
5
notifications:
6
email: true
7
node_js:
8
- '8'
9
-before_script:
10
- - npm prune
11
script:
12
# check syntax of the script
13
- node --check bin/commit-message-install.js
14
- node --check bin/commit-message-run.js
15
- node --check .
16
- - $(npm bin)/if-node-version ">=6" npm test
+ - npm test
17
- DEBUG=commit-message-install node ./bin/commit-message-install.js
18
- DEBUG=commit-message-install node ./bin/commit-message-install.js --else "echo --else is working"
19
# synthetic test case
0 commit comments