Skip to content

Commit fb52d53

Browse files
committed
chore: run all samples
1 parent 1265fc7 commit fb52d53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ script:
66
- npm run lint
77
- npm test
88
- npm link --silent && npm link crawlkit-runner-accessibility-developer-tools --silent
9-
- travis_retry node examples/tonic.js
9+
- for f in examples/*.js; do echo "• running '$f'" && travis_retry node $f; done

0 commit comments

Comments
 (0)