blob: 2522d1fff24328e92a98ec708bf6712c590f5007 [file] [log] [blame]
language: "node_js"
node_js:
- "12"
- "14"
services:
- docker
os:
- linux
before_script:
- ./scripts/run_couchdb_on_travis.sh
after_script:
- ./scripts/stop_couchdb_on_travis.sh
before_install:
- npm update -g npm