summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 69f79e6e2eb19976a6c1a3d5de29b1605ab3c347 (plain)
1
2
3
4
5
6
7
8
services:
  - couchdb
notifications:
  email: false
before_script:
  - "/bin/bash test/setup_couch.sh"
  - "bin/tapicero start test/config.yaml"
  - "cat /tmp/test-tapicero.log"