We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1265fc7 commit fb52d53Copy full SHA for fb52d53
1 file changed
.travis.yml
@@ -6,4 +6,4 @@ script:
6
- npm run lint
7
- npm test
8
- npm link --silent && npm link crawlkit-runner-accessibility-developer-tools --silent
9
- - travis_retry node examples/tonic.js
+ - for f in examples/*.js; do echo "• running '$f'" && travis_retry node $f; done
0 commit comments