pull/443/head
hunterlong 2020-03-21 15:58:02 -07:00
parent 95b8df33ab
commit af989a2399
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ install:
- "npm install -g cross-env"
- "pip install --user awscli"
- "go get github.com/mattn/goveralls"
- "go mod vendor"
- "go mod download"
- "go mod verify"
- "make test-deps yarn clean compile install"
language: go
matrix: