systeminformation/.travis.yml

16 lines
134 B
YAML

language: node_js
os:
- windows
- linux
- osx
node_js:
- "6"
- "8"
- "10"
sudo: false
after_success: npm run coverage