mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-12 10:04:16 +00:00
53fd754366
The future is now! :)
9 lines
183 B
YAML
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 |