add times library to travis

This commit is contained in:
Gokcehan 2019-09-18 21:57:00 +03:00
parent 9515bd73d0
commit 41339a9e5a

View File

@ -1,6 +1,7 @@
language: go language: go
install: install:
- go get github.com/nsf/termbox-go - go get github.com/nsf/termbox-go
- go get gopkg.in/djherbis/times.v1
before_deploy: before_deploy:
- gen/xbuild.sh - gen/xbuild.sh
deploy: deploy: