dwyl/hapi-auth-jwt2-example

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "4.3.0"
  - "6.0.0"
before_install:
  - pip install --user codecov
after_success:
  - codecov --file coverage/lcov.info --disable search
env:
  global:
  - JWT_SECRET="EverythingIsAwesome!"
services:
  - redis-server