Simon Egersand
2017-04-08 a87306bdd37b00bb2efff2c4f7b0a0f104fca7f0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: node_js
sudo: false
os:
  - linux
  - windows
node_js:
  - '5'
  - '6'
  - 'stable'
script:
  - npm run lint
  - npm run test:all
cache:
  directories:
    - node_modules
before_install:
- export TZ=Europe/Stockholm