Simon Egersand
2018-02-01 80582080ed523fcb9f85300438e066b76a008a4f
.travis.yml
@@ -1,5 +1,12 @@
language: node_js
sudo: false
os:
  - linux
  - windows
node_js:
- '0.12'
script: npm run test
  - '7'
  - '8'
  - 'stable'
script:
  - npm run lint
  - npm run test:all