summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2014-07-02 11:08:56 +0200
committerAzul <azul@riseup.net>2014-07-02 11:10:46 +0200
commitacf155a879ad80336f279da6939ac08b787dac28 (patch)
tree9fd4cd65b4ad0ef5bc2691553aa6e088b69ba054 /.travis.yml
parentaac4577031728dab84f077b54e461fcb813ac0c3 (diff)
Fix couchrest missing the first change (#5452)
CouchRest::Streamer will ignore the first line from a stream. Normally that's the line opening the results array. But for continuous feeds couch will start streaming the array elements right away. So we miss the first one. There's a pull request pending for couchrest here: https://github.com/couchrest/couchrest/pull/104 Until it's merged we'll monkeypatch. Also stopping tapicero again after travis run.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3fd27a7..7e980b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,5 +11,6 @@ before_script:
- "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"