mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-10 17:16:02 +00:00
0ba239bbce
Use eslint instead of jshint for linting. * better linting results * test files linted, too * consistent code style checks Closes #568
9 lines
167 B
YAML
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 |