Skip to content

Commit

Permalink
remove old go versions from travis and use to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tynsh authored and joker234 committed Sep 15, 2019
1 parent fb6d803 commit 0730c3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: go

go:
- 1.5
- 1.3.3
- 1.12

install:
- go get -tags nonfc $([ "$TRAVIS_GO_VERSION" != "1.3.3" ] && echo "-insecure") -v github.com/nnev/kasse
- go get -tags nonfc -v github.com/nnev/kasse

script:
- go test -tags nonfc ./...
Expand Down

0 comments on commit 0730c3a

Please sign in to comment.