浏览代码

deps into travis

master
jimzhan 9 年前
父节点
当前提交
298991472c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      .travis.yml

+ 2
- 0
.travis.yml 查看文件

@@ -1,7 +1,9 @@
language: go

install:
- go get github.com/Sirupsen/logrus
- go get github.com/smartystreets/goconvey
- go get github.com/go-fsnotify/fsnotify

go:
- 1.4

正在加载...
取消
保存