Skip to content

Commit 01ce486

Browse files
committed
.travis.yml and don't usage internal package
1 parent 0e107e1 commit 01ce486

File tree

7 files changed

+8
-1
lines changed

7 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
sudo: false
2+
language: go
3+
go:
4+
- 1.9.x
5+
- 1.10.x
6+
script: make test

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
test:
2+
go install ./cmd/...
23
golangci-lint run
34
go test -v -race ./...

cmd/golangci-lint/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"log"
55

6-
"github.com/golangci/golangci-lint/internal/commands"
6+
"github.com/golangci/golangci-lint/pkg/commands"
77
"github.com/sirupsen/logrus"
88
)
99

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)