Simon Egersand
2018-02-07 63e0b0b2fc6f361b5ac4751eb05bc5983aea5873
.travis.yml
@@ -1,7 +1,14 @@
language: node_js
sudo: false
os:
  - linux
  - windows
node_js:
- '4'
  - '7'
  - '8'
  - 'stable'
script:
- npm run lint
- npm run test
  - npm run lint
  - npm run test:all
before_install:
- export TZ=Europe/Stockholm