web-apps/.travis.yml
Pavel Lobashov c40ec2f52b Use actual nodejs version in travis tests (#286)
Also remove not needed line about dist
2019-12-18 14:58:30 +03:00

10 lines
156 B
YAML

language: node_js
node_js:
- '12'
before_install: npm install -g grunt-cli
before_script:
- cd build
script:
- npm install
- grunt --level=ADVANCED