web-apps/.travis.yml

11 lines
168 B
YAML
Raw Normal View History

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