feat(travis): docs and tests of youtube3 on travis

This might already bring it close to 7 minutes runtime, which seems
like providing us with a buffer big enough for when it is
feature-complete.
This commit is contained in:
Sebastian Thiel
2015-03-14 11:52:59 +01:00
parent 8006bb8ca9
commit dd0772f1d7
6 changed files with 116 additions and 135 deletions

View File

@@ -95,7 +95,7 @@ github-pages: | docs-clean docs
## Have to force-push - I think it resets the branch, thus not keeping history (?)
git push origin +gh-pages
.PHONY += update-json github-pages help-api clean-apis cargo apis docs docs-clean ${space_join(0)} ${space_join(1)} ${space_join(2)} ${space_join(3)}
.PHONY = $(.PHONY) update-json github-pages help-api clean-apis cargo apis docs docs-clean ${space_join(0)} ${space_join(1)} ${space_join(2)} ${space_join(3)}
help-api:
$(info apis - make all APIs)