bpmn-js/.travis.yml
Nico Rehwaldt 0ba239bbce chore(project): switch to eslint
Use eslint instead of jshint for linting.

* better linting results
* test files linted, too
* consistent code style checks

Closes #568
2016-06-07 09:55:32 +02:00

9 lines
167 B
YAML

language: node_js
node_js: '4.0'
script:
- npm run all
before_install:
- npm install -g wiredeps
- wiredeps --branch=$TRAVIS_BRANCH --tag=$TRAVIS_TAG --verbose