Skip to content

Commit

Permalink
Remove unsupported Go versions due to github.com/akavel/rsrc additions
Browse files Browse the repository at this point in the history
  • Loading branch information
josephspurrier committed Jul 3, 2020
1 parent 313291b commit f25343a
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,18 @@ os: windows
sudo: false
language: go
go:
# - '1.0'
# - '1.1'
# - '1.2'
# - '1.3'
# - '1.4'
- '1.5'
- '1.6'
- '1.7'
- '1.8'
- '1.9'
- '1.10'
- '1.11'
- '1.12'
- '1.13'
- '1.14'
- "1.12"
- "1.13"
- "1.14"
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- go get github.com/akavel/rsrc/binutil
- go get github.com/akavel/rsrc/coff
- go get github.com/akavel/rsrc/ico
script:
# Install binary.
- go install github.com/$TRAVIS_REPO_SLUG/cmd/goversioninfo
# Test building 32 and 64 on Windows.
- bash $TRAVIS_BUILD_DIR/testdata/bash/build.sh
# Run tests and send coverage info.
- cd $TRAVIS_BUILD_DIR
- $GOPATH/bin/goveralls -service=travis-ci
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit f25343a

Please sign in to comment.