mirror of
https://github.com/emojisum/emojisum.git
synced 2025-02-15 13:37:53 +00:00
travis: updates
fix golint url and add newer golang versions Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
66cfb7c940
commit
112c267af5
1 changed files with 3 additions and 2 deletions
|
@ -1,16 +1,17 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.x
|
- 1.x
|
||||||
|
- 1.11.x
|
||||||
|
- 1.10.x
|
||||||
- 1.9.x
|
- 1.9.x
|
||||||
- 1.8.x
|
- 1.8.x
|
||||||
- 1.7.x
|
- 1.7.x
|
||||||
- 1.6.x
|
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- git config --global url."https://".insteadOf git://
|
- git config --global url."https://".insteadOf git://
|
||||||
- go get -u github.com/golang/lint/golint
|
- go get -u -v golang.org/x/lint/golint
|
||||||
- mkdir -p $GOPATH/src/github.com/emojisum && ln -sf $(pwd) $GOPATH/src/github.com/emojisum/emojisum
|
- mkdir -p $GOPATH/src/github.com/emojisum && ln -sf $(pwd) $GOPATH/src/github.com/emojisum/emojisum
|
||||||
- go get -d ./...
|
- go get -d ./...
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue