Browse Source

add travis supports

master
jimzhan 9 years ago
parent
commit
3915e965de
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      .travis.yml

+ 8
- 0
.travis.yml View File

language: go

install:
- go get github.com/smartystreets/goconvey

go:
- 1.4
- tip

Loading…
Cancel
Save