Dan Forster
2017-07-28 b6f2dd9653561a18e0ae8094240ac192f366601b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: node_js
sudo: false
os:
  - linux
  - windows
node_js:
  - '5'
  - '6'
  - 'stable'
script:
  - npm run lint
  - npm run test:all
before_install:
- export TZ=Europe/Stockholm