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

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Sep 17, 2018
1 parent 8659b8d commit 30d2fc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
TAGS ?= "sqlite"
GO_BIN ?= go

install: deps
install:
packr
$(GO_BIN) install -v .

deps:
$(GO_BIN) get github.com/gobuffalo/packr/packr
$(GO_BIN) get -tags ${TAGS} -t ./...

build: deps
build:
packr
$(GO_BIN) build -v .

Expand Down
2 changes: 1 addition & 1 deletion buffalo/cmd/filetests/new_travis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"path": ".travis.yml",
"contains": [
"language: go",
"1.8.x",
"1.11.x",
"go_import_path:"
]
}, {
Expand Down
1 change: 0 additions & 1 deletion buffalo/cmd/fix/fix.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ var mr = MiddlewareTransformer{
}

var checks = []Check{
PackrClean,
ic.Process,
mr.transformPackages,
WebpackCheck,
Expand Down

0 comments on commit 30d2fc0

Please sign in to comment.