Skip to content

Commit

Permalink
Merge f25343a into f944871
Browse files Browse the repository at this point in the history
  • Loading branch information
linquize committed Jul 3, 2020
2 parents f944871 + f25343a commit 16fee3a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go.mod text eol=lf
go.sum text eol=lf
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
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module goversioninfo

go 1.12

require (
github.com/akavel/rsrc v0.8.0
github.com/josephspurrier/goversioninfo v1.0.0
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github.com/akavel/rsrc v0.8.0 h1:zjWn7ukO9Kc5Q62DOJCcxGpXC18RawVtYAGdz2aLlfw=
github.com/akavel/rsrc v0.8.0/go.mod h1:uLoCtb9J+EyAqh+26kdrTgmzRBFPGOolLWKpdxkKq+c=
github.com/josephspurrier/goversioninfo v1.0.0 h1:xKsIMw1YMhDs9uD8ty3vMuBDpWOvpQPaqeod8nFe9nM=
github.com/josephspurrier/goversioninfo v1.0.0/go.mod h1:eJTEwMjXb7kZ633hO3Ln9mBUCOjX2+FlTljvpl9SYdE=

0 comments on commit 16fee3a

Please sign in to comment.