summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 322aa07c8bc8a856804845ae0d09484cac72c318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
rvm:
  - "1.9.3"
services:
  - couchdb
notifications:
  email: false
before_script:
  - "rm .ruby-version"
  - "mv test/travis/ruby-version .ruby-version"
  - "/bin/bash test/travis/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"