Aaron Spaulding
2016-12-20 a20f583092fd0bbed91336134fa3b31fd976233c
1
2
3
4
5
6
7
8
language: node_js
sudo: false
node_js:
- '4'
script:
- npm run lint
- npm run test:typings
- npm run test