Simon Egersand
2017-11-11 d1c444bef27a3af6109525407b02b68eeb41336c
commit | author | age
6eef21 1 language: node_js
M 2 sudo: false
659cfe 3 os:
SE 4   - linux
5   - windows
6eef21 6 node_js:
659cfe 7   - '5'
SE 8   - '6'
9   - 'stable'
a7a2ad 10 script:
659cfe 11   - npm run lint
6f922e 12   - npm run test:all
d121f4 13 before_install:
SE 14 - export TZ=Europe/Stockholm