web-apps/.travis.yml

10 lines
156 B
YAML
Raw Normal View History

2018-04-11 14:02:41 +00:00
language: node_js
node_js:
- '12'
2018-04-11 14:02:41 +00:00
before_install: npm install -g grunt-cli
before_script:
- cd build
script:
- npm install
- grunt --level=ADVANCED