pwgen-for-bios/.travis.yml
2018-01-27 02:04:37 +02:00

25 lines
271 B
YAML

sudo: false
language: node_js
node_js:
- "5"
- "6"
- "7"
- "8"
- "node"
addons:
chrome: stable
firefox: latest
script:
- npm test
- npm run lint
- npm run browser-test
git:
depth: 1
submodules: false
cache:
directories:
- "node_modules"