Skip to content

Commit

Permalink
set travis version to go1.15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gokcehan committed Aug 19, 2020
1 parent 1d95991 commit e36b1b0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: go
install:
- go get github.com/doronbehar/termbox-go
- go get gopkg.in/djherbis/times.v1

go:
- 1.15.x

before_deploy:
- gen/xbuild.sh

deploy:
provider: releases
api_key:
Expand Down

0 comments on commit e36b1b0

Please sign in to comment.