fix(test, travis): fix build and test error

This commit is contained in:
hexxa 2020-12-06 19:53:08 +08:00
parent d726ac5aa4
commit 472fe8dadb
6 changed files with 16 additions and 300 deletions

View file

@ -2,11 +2,6 @@ language: go
sudo: false
go:
- "1.9.x"
- "1.15.x"
go_import_path: github.com/ihexxa/quickshare
script:
- wget -O dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64
- chmod +x dep
- ./dep ensure
- yarn
- yarn test