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

fix: remove mixed tabs and spaces from .travis.yml template #655

Merged
merged 3 commits into from
Sep 23, 2017

Conversation

DanielHeckrath
Copy link
Contributor

Travis CI builds for new projects fail because of tabs in the generated .travis.yml file

Andrew Hust and others added 2 commits September 5, 2017 14:35
Travis CI builds for new projects fail because of tabs in the generated .travis.yml file
@markbates markbates changed the base branch from master to development September 23, 2017 16:45
app.go Outdated
@@ -101,7 +100,6 @@ func (a *App) Stop(err error) error {
}

func (a *App) ServeHTTP(w http.ResponseWriter, r *http.Request) {
defer gcontext.Clear(r)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this change for?

handler.go Outdated
@@ -63,6 +64,7 @@ func (a *App) newContext(info RouteInfo, res http.ResponseWriter, req *http.Requ
}

func (info RouteInfo) ServeHTTP(res http.ResponseWriter, req *http.Request) {
defer gcontext.Clear(req)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and this change?

@markbates markbates merged commit 897b656 into gobuffalo:development Sep 23, 2017
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.

2 participants