mirror of
1
2
Fork 0
ucaptcha/.travis.yml

11 lines
102 B
YAML
Raw Permalink Normal View History

language: node_js
node_js:
- 13
install:
- npm ci
script:
2020-03-24 07:43:33 +01:00
- npm test
- npm run rollup:build