Skip to content

Commit

Permalink
ci: updates travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mavogel committed Jan 7, 2021
1 parent c3093b8 commit 66fe3d7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: go
sudo: false
notifications:
email: false
go:
- 1.9
- 1.15
before_install:
- go get github.com/mattn/goveralls
- GO111MODULE=off go get github.com/mattn/goveralls
before_script:
- export TZ=Asia/Tokyo
- sudo timedatectl set-timezone Asia/Tokyo
Expand All @@ -15,8 +14,8 @@ script:
after_success:
- goveralls -service=travis-ci
before_deploy:
- go get github.com/mitchellh/gox
- go get github.com/tcnksm/ghr
- GO111MODULE=off go get github.com/mitchellh/gox
- GO111MODULE=off go get github.com/tcnksm/ghr
deploy:
provider: script
script: ./scripts/release.sh
Expand Down

0 comments on commit 66fe3d7

Please sign in to comment.