CyberChef/.travis.yml

15 lines
211 B
YAML
Raw Normal View History

2017-03-30 20:58:58 +02:00
language: node_js
node_js:
- "node"
install: npm install
before_script:
- npm install -g grunt
script:
- grunt lint
- grunt test
- grunt docs
- grunt node
- grunt prod
deploy:
skip_cleanup: true