quickshare/.travis.yml
2018-05-27 23:05:57 +08:00

12 lines
239 B
YAML

language: go
sudo: false
go:
- "1.9.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