Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Use VCR fixtures on branches in Travis #2107

Merged
merged 2 commits into from Mar 2, 2014
Merged

Use VCR fixtures on branches in Travis #2107

merged 2 commits into from Mar 2, 2014

Conversation

zwn
Copy link
Contributor

@zwn zwn commented Mar 1, 2014

This is a redo of #2102.

It's good to exercise live HTTP APIs, and Travis is the place to do that, but it slows down development to do that on every branch all the time. This commit changes our configuration to only clear out test fixtures on the master branch.

chadwhitacre and others added 2 commits February 28, 2014 16:10
It's good to exercise live HTTP APIs, and Travis is the place to do
that, but it slows down development to do that on every branch all the
time. This commit changes our configuration to only clear out test
fixtures on the master branch.
chadwhitacre added a commit that referenced this pull request Mar 2, 2014
Use VCR fixtures on branches in Travis
@chadwhitacre chadwhitacre merged commit 38772d3 into master Mar 2, 2014
@chadwhitacre chadwhitacre deleted the travis-network branch March 2, 2014 01:18
@zwn
Copy link
Contributor Author

zwn commented Mar 2, 2014

Hmm. This seems to be not working. The yaml file is parsed but I was just watching https://travis-ci.org/gittip/www.gittip.com/builds/19925676 which is on master and the build was fast. It can be seen also in the build times https://travis-ci.org/gittip/www.gittip.com/branches (8 minutes are online, 3 minutes are cached).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants