mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-03 04:33:39 +00:00
chore(project): add travis configuration
This commit is contained in:
parent
48f0e7a0d8
commit
ef11c65dc8
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
language: node_js
|
||||||
|
node_js: '0.10'
|
||||||
|
|
||||||
|
script:
|
||||||
|
- grunt
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- npm install -g grunt-cli wiredeps
|
||||||
|
- wiredeps --branch=$TRAVIS_BRANCH --tag=$TRAVIS_TAG --verbose
|
Loading…
x
Reference in New Issue
Block a user