summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2014-07-02Fix couchrest missing the first change (#5452)Azul
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.
2014-02-04unify naming scheme - tapicero_test prefixAzul
2014-02-04first interesting testsAzul
2014-02-04try to get require rubygems to work on travisAzul
2014-02-04initial test for running tapicero on travis ciAzul
2013-09-10bringing over couch_changes from leap_ca including testsAzul