Files
bch-api/.travis.yml
T

27 lines
321 B
YAML
Raw Normal View History

language: node_js
node_js:
- "10"
dist: trusty
sudo: required
services:
- docker
2020-02-07 17:12:18 -08:00
- redis-server
2020-02-07 17:12:18 -08:00
#before_install:
# - ./install-redis.sh
2020-02-07 16:56:15 -08:00
script: "npm run test"
after_success:
- npm run coverage
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release && ./deploy-production.sh