language: node_js
node_js:
  - 6
script:
  - npm install -g strip-css-comments-cli css-semdiff
  - npm run test
