bpmn-js/.travis.yml
Nico Rehwaldt 53fd754366 chore(travis): test with recent node
The future is now! :)
2016-01-27 13:31:17 +01:00

9 lines
183 B
YAML

language: node_js
node_js: '4.0'
script:
- grunt jshint test
before_install:
- npm install -g grunt-cli wiredeps
- wiredeps --branch=$TRAVIS_BRANCH --tag=$TRAVIS_TAG --verbose