descholar-ceo/AnnounceIT

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - stable
services:
- postgresql
before_script:
- psql -c "create database announceit_db;" -U postgres
install:
  - npm install

script:
  - npm test

notification:
  - email: false
  
after_success:
  - npm run coverage