Simon Egersand
2017-04-21 c82df854356a45b9b29bc28967d6512f4531dbf0
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
03bc5e 13 cache:
SE 14   directories:
15     - node_modules
d121f4 16 before_install:
SE 17 - export TZ=Europe/Stockholm