frontend/.pnpm-store/v3/files/ff/dbc5503082585bc7192e3028152a5605bfb42dfb627f17e05557b2a1b2cbe60f89738f59c67be5ecd47442aa6431f106a752bfc8b1dd382eb11496ace99140

16 lines
334 B
Plaintext

language: node_js
node_js:
- "4"
before_install:
- pip install --user codecov
after_success:
- codecov --file coverage/lcov.info --disable search
# travis encrypt [subdomain]:[api token]@[room id]
# notifications:
# email: false
# campfire:
# rooms:
# secure: xyz
# on_failure: always
# on_success: always