We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d3f0d commit f56803cCopy full SHA for f56803c
.travis.yml
@@ -1,18 +1,10 @@
1
language: go
2
sudo: false
3
go:
4
- - 1.11
5
- - 1.12
6
- - 1.13
7
-before_install:
8
- - go get github.com/chihaya/chihaya/frontend/http/bencode
9
- - go get github.com/jackpal/bencode-go
10
- - go get github.com/marksamman/bencode
11
- - go get github.com/zeebo/bencode
12
- - go get github.com/nabilanam/bencode/decoder
13
- - go get github.com/nabilanam/bencode/encoder
14
- - go get github.com/mattn/goveralls
15
- - go get github.com/stretchr/testify/assert
+ - 1.14
+ - 1.15
+env:
+ - GO111MODULE=on
16
go_import_path: github.com/IncSW/go-bencode
17
script:
18
- make test
0 commit comments