From 41339a9e5aa06f63c8b15db2234c90b7b8628b3b Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Wed, 18 Sep 2019 21:57:00 +0300 Subject: [PATCH] add times library to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3e9ee4f..93b0b25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: go install: - go get github.com/nsf/termbox-go + - go get gopkg.in/djherbis/times.v1 before_deploy: - gen/xbuild.sh deploy: