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 5ea6e5e commit fcccadbCopy full SHA for fcccadb
.travis.yml
@@ -1,6 +1,2 @@
1
language: node_js
2
node_js: node
3
-# Lint and test in parallel
4
-script:
5
- - npm run lint
6
- - npm test
package.json
@@ -25,6 +25,7 @@
25
"lint": "git ls-files bin etc libexec | xargs shellcheck",
26
"pretest": "[ -d $npm_package_directories_testnodenv ] || git clone --quiet --depth 1 https://github.com/nodenv/nodenv $npm_package_directories_testnodenv",
27
"test": "PATH=$PWD/$npm_package_directories_testnodenv/bin:$PATH bats ${CI:+--tap} test",
28
+ "posttest": "npm run lint",
29
"publish:brew": "brew-publish $npm_package_name v$npm_package_version",
30
"postversion": "git push --follow-tags && npm run publish:brew"
31
},
0 commit comments