*(global): fix travis config

This commit is contained in:
Andrey Meshkov 2019-10-02 16:39:32 +03:00
parent 846f503337
commit e4fba69f9d
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ sudo: false
go: go:
- 1.12.x - 1.12.x
- 1.x
os: os:
- linux - linux
- osx - osx
@ -11,7 +10,7 @@ os:
before_install: before_install:
- nvm install node - nvm install node
- npm install -g npm - npm install -g npm
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b /usr/local/bin v1.19.1 - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.19.1
install: install:
- npm --prefix client install - npm --prefix client install