Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
IncSW committed Sep 19, 2020
1 parent c3d3f0d commit f56803c
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
language: go
sudo: false
go:
- 1.11
- 1.12
- 1.13
before_install:
- go get github.com/chihaya/chihaya/frontend/http/bencode
- go get github.com/jackpal/bencode-go
- go get github.com/marksamman/bencode
- go get github.com/zeebo/bencode
- go get github.com/nabilanam/bencode/decoder
- go get github.com/nabilanam/bencode/encoder
- go get github.com/mattn/goveralls
- go get github.com/stretchr/testify/assert
- 1.14
- 1.15
env:
- GO111MODULE=on
go_import_path: github.com/IncSW/go-bencode
script:
- make test
Expand Down

0 comments on commit f56803c

Please sign in to comment.