mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-24 13:10:27 +01:00
cb6e5cb0c7
* use dep for vendoring * lets encrypt * moved web to transfer.sh-web repo * single command install * added first tests
10 lines
86 B
YAML
10 lines
86 B
YAML
language: go
|
|
go:
|
|
- 1.1
|
|
- 1.2
|
|
- 1.3
|
|
- release
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|