1
0
Fork 0
mirror of https://github.com/Luzifer/s3sync.git synced 2024-10-18 06:24:20 +00:00
s3sync/vendor/github.com/go-ini/ini/.travis.yml
Knut Ahlers ffdaf5c63f
Migrate and update Godeps
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-05-29 11:41:57 +02:00

16 lines
189 B
YAML

sudo: false
language: go
go:
- 1.4
- 1.5
- 1.6
- tip
script:
- go get -v github.com/smartystreets/goconvey
- go test -v -cover -race
notifications:
email:
- u@gogs.io