add x/text package to travis dependencies

This commit is contained in:
Gokcehan 2016-10-20 23:50:52 +03:00
parent 667253906b
commit 880615ddd0

View File

@ -1,3 +1,4 @@
language: go language: go
install: install:
- go get github.com/nsf/termbox-go - go get github.com/nsf/termbox-go
- go get golang.org/x/text