Layne Anderson
2018-07-03 49de8cf59095fa3fb450f7ec938c68af4ea9961a
.travis.yml
@@ -1,5 +1,16 @@
language: node_js
sudo: false
os:
  - linux
  - windows
node_js:
- '4'
script: npm run test
  - '7'
  - '8'
  - 'stable'
script:
  - npm run lint
  - npm run test:all
before_install:
- export TZ=Europe/Stockholm
notifications:
  email: false