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