Layne Anderson
2017-01-08 583af6d199035baa66dd99bf7cbc9014e5ad0ff3
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   - '4'
SE 8   - '5'
9   - '6'
10   - 'stable'
a7a2ad 11 script:
659cfe 12   - npm run lint
SE 13   - npm run test:typings
14   - npm run test
03bc5e 15 before_install:
SE 16   - curl -o- -L https://yarnpkg.com/install.sh | bash
17   - export PATH=$HOME/.yarn/bin:$PATH
18 cache:
19   yarn: true
20   directories:
21     - node_modules