Skip to content

Commit

Permalink
.travis.yml and don't usage internal package
Browse files Browse the repository at this point in the history
  • Loading branch information
golangcidev committed May 13, 2018
1 parent 0e107e1 commit 01ce486
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sudo: false
language: go
go:
- 1.9.x
- 1.10.x
script: make test
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
test:
go install ./cmd/...
golangci-lint run
go test -v -race ./...
2 changes: 1 addition & 1 deletion cmd/golangci-lint/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"log"

"github.com/golangci/golangci-lint/internal/commands"
"github.com/golangci/golangci-lint/pkg/commands"
"github.com/sirupsen/logrus"
)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 01ce486

Please sign in to comment.