Files
30-seconds-of-code/node_modules/x-is-string/.travis.yml
2019-08-20 15:52:05 +02:00

9 lines
138 B
YAML

language: node_js
node_js:
- 0.8
- "0.10"
before_script:
- npm install
- npm install istanbul coveralls
script: npm run travis-test