chore(travis, badge): 1. fix travis config 2. add badges
This commit is contained in:
parent
5d9a89283a
commit
5f763c9c55
3 changed files with 18 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue