๐Ÿ“ฆ Turbo87 / aeroscore

๐Ÿ“„ .travis.yml ยท 10 lines
1
2
3
4
5
6
7
8
9
10language: node_js
node_js:
- '8'
- '10'

script:
  - yarn build
  - yarn lint
  - yarn test