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