Skip to content

Commit

Permalink
Merge pull request #16 from nmi/fix_ci
Browse files Browse the repository at this point in the history
ci: update go version in go.mod & install goveralls outside go module
  • Loading branch information
bobuhiro11 authored Feb 13, 2021
2 parents 017390c + 6d60059 commit 1d939ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ initrd
bzImage
linux-*.tar.xz
linux.tar.xz
cc-test-reporter

# Test binary, built with `go test -c`
*.test
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
- go get github.com/mattn/goveralls
- GO111MODULE=off go get github.com/mattn/goveralls
script:
# HACK: /dev/kvm is root:kvm 0660 by default
- sudo chmod 666 /dev/kvm
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/nmi/gokvm

go 1.13
go 1.15

0 comments on commit 1d939ad

Please sign in to comment.