Anna Kurylo
2018-10-17 ccc40e94e2da9fe9aa1cb560b97e3e618cefb1da
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: node_js
sudo: false
os:
  - linux
  - windows
node_js:
  - '7'
  - '8'
  - 'stable'
script:
  - npm run lint
  - npm run test:all
before_install:
- export TZ=Europe/Stockholm
notifications:
  email: false