Skip to content

Commit 7bcbd22

Browse files
committed
Fix path to importer-csv in .travis.yml.
1 parent 46a0fc8 commit 7bcbd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ script:
77
- go test -v ./...
88
- pushd web && npm ci && npm run build && popd
99
- go build -o go-graphkb cmd/go-graphkb/main.go
10-
- go build -o source-csv cmd/source-csv/main.go
10+
- go build -o importer-csv cmd/importer-csv/main.go

0 commit comments

Comments
 (0)