Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gudegg authored Dec 16, 2016
1 parent 6e4b404 commit 8dad864
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: go
go:
- 1.7.1
install:
- go get github.com/go-sql-driver/mysql
- go get github.com/siddontang/go/log
- go get github.com/garyburd/redigo/redis
- go get github.com/Unknwon/goconfig

0 comments on commit 8dad864

Please sign in to comment.