SimenB/csslint-stylish

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - stable
  - 8
  - 6
  - 4
os:
  - linux
  - osx
osx_image: xcode7.3
matrix:
  fast_finish: true
install: yarn --ignore-engines
script: yarn run travis
addons:
  code_climate:
    repo_token: 949195dc3763437061a310f7966070b6d9598b47ab437eb0eb180cbce5bcc15a
cache: yarn
after_success:
  - cat coverage/lcov.info | node_modules/.bin/coveralls --verbose
  - codeclimate-test-reporter < coverage/lcov.info