Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Nov 14, 2020
1 parent 03a8e39 commit 5bbcb32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ language: go
go:
- 1.15

env:
global:
- TZ=Asia/Tokyo
before_script:
- sudo timedatectl set-timezone Asia/Tokyo
- sudo dpkg-reconfigure --frontend noninteractive tzdata

before_install:
- make devel-deps
- go get github.com/mattn/goveralls
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ devel-deps:
github.com/x-motemen/gobump/cmd/gobump \
github.com/tcnksm/ghr

.PHONY: bin/ngsi
bin/%: cmd/%/main.go $(SOURCES)
go build -ldflags "$(LDFLAGS)" -o $@ $<

Expand Down

0 comments on commit 5bbcb32

Please sign in to comment.