chore(travis, badge): 1. fix travis config 2. add badges

This commit is contained in:
hexxa 2018-05-27 22:51:26 +08:00
parent 5d9a89283a
commit 5f763c9c55
3 changed files with 18 additions and 3 deletions

View file

@ -1,8 +1,11 @@
language: go
sudo: false
go:
- "1.9.x"
script: yarn test
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 test