UNPKG

121 BYAMLView Raw
1language: node_js
2
3node_js:
4 - '10'
5 - '8'
6# - '6'
7# - '4'
8
9before_script:
10 - npm install -g grunt-cli
11
12sudo: false