Fix golint import in travis.yml
This commit is contained in:
parent
778346b0b0
commit
234b3710d4
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ go:
|
||||||
- "1.11"
|
- "1.11"
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g jshint
|
- npm install -g jshint
|
||||||
- go get -u github.com/golang/lint/golint
|
- go get -u golang.org/x/lint/golint
|
||||||
script:
|
script:
|
||||||
- jshint ui/static/js/*.js
|
- jshint ui/static/js/*.js
|
||||||
- make lint
|
- make lint
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// Use of this source code is governed by the Apache 2.0
|
// Use of this source code is governed by the Apache 2.0
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
package model // import "miniflux.app/reader/model"
|
package model // import "miniflux.app/model"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
Loading…
Reference in a new issue