bpmn-js/.travis.yml
Nico Rehwaldt 6b14523991 chore(travis): use explicit travis build
* provide grunt-cli
* use npm run travis on travis
2016-02-24 09:10:37 +01:00

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