mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-11 17:44:12 +00:00
6b14523991
* provide grunt-cli * use npm run travis on travis
9 lines
173 B
YAML
9 lines
173 B
YAML
language: node_js
|
|
node_js: '4.0'
|
|
|
|
script:
|
|
- grunt jshint test
|
|
|
|
before_install:
|
|
- npm install -g wiredeps
|
|
- wiredeps --branch=$TRAVIS_BRANCH --tag=$TRAVIS_TAG --verbose |