andela/magma-backend

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js

service:
  - postgresql

before_script:
  - psql -c 'create database travis_ci_test;' -U postgres

node_js:
- 'stable'

install: npm install

dist: trusty

cache:
  directories:
    - "node_modules"

after_success: npm run coverage