bugfix travis

This commit is contained in:
Nils Norman Haukås 2018-07-17 00:15:34 +02:00
parent 0c8c403eb3
commit 3bb1c7e2d4
No known key found for this signature in database
GPG key ID: BB8DD87F83E1359E

View file

@ -3,7 +3,8 @@ node_js:
- "lts/*"
script: npm run test-coverage
env:
# Don't think about reusing this somewhere else, it's for testing.
- IRON_SECRET="r2(@DwwVWciKUqKk?ceiXEU9rGGLjFdMJbEnywNr"
- JWT_SECRET="someotherNiftySecret"
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