You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
303 B

language: node_js
node_js:
- stable
install:
# not compatible webpack@3.1.0 and extract-text-webpack-plugin@2.1.2
- npm install --force
script:
- npm run lint
- npm run test
- npm run coverage
after_script: "npm install coveralls && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"