@justalk/covid19ph-api
Version:
API for COVID 19 Cases in the Philippines
11 lines (10 loc) • 300 B
YAML
language: node_js
node_js:
- 14
- 12
before_install:
- echo "deb [trusted=yes] https://apt.secrethub.io stable main" | sudo tee /etc/apt/sources.list.d/secrethub.sources.list
- sudo apt-get update && sudo apt-get install -y secrethub-cli
services:
- mongodb
after_success: npm run coverage