summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 163f92ba000ee80c16d82b62b48e2117318807a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
rvm:
  - "1.9.3"
services:
  - couchdb
notifications:
  email: false
before_script:
  - "/bin/bash test/setup_couch.sh"
  - "touch /tmp/test-tapicero.log"
  - "bundle exec bin/tapicero start test/config.yaml"
  - "bundle exec bin/tapicero status"
  - "cat /tmp/test-tapicero.log"
after_script:
  - "cat /tmp/test-tapicero.log"
  - "cat /tmp/test-tapicero.seq"