cellar-door/.travis.yml

11 lines
283 B
YAML

language: node_js
node_js:
- "lts/*"
script: npm run test-coverage
env:
global:
# Don't think about reusing this somewhere else, it's for testing.
- IRON_SECRET="r2(@DwwVWciKUqKk?ceiXEU9rGGLjFdMJbEnywNr"
- JWT_SECRET="someotherNiftySecret"
after_success: npx codecov