thayamizu/pyroxene

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js

os:
  - osx
  - linux

sudo: false

node_js:
  - "node"

script:
  - npm run build:prod
  - npm run test
  - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js