blob: 3fd27a71550a642e75d17e2387e2e7bb34de9f33 (
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/tapicero_test.log"
- "bundle exec bin/tapicero start test/config.yaml"
- "bundle exec bin/tapicero status"
- "cat /tmp/tapicero_test.log"
after_script:
- "cat /tmp/tapicero_test.log"
- "cat /tmp/tapicero_test.seq"
|