.travis.yml (106B)
1 language: node_js 2 node_js: 3 - "6" 4 - "8" 5 - "10" 6 - "node" 7 script: npm run travis 8 cache: 9 yarn: true