File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
+ install :
3
+ - export QINIU_SRC=$HOME/gopath/src
4
+ - mkdir -p $QINIU_SRC/qiniupkg.com
5
+ - mv $QINIU_SRC/github.com/qiniu/x $QINIU_SRC/qiniupkg.com/x
6
+ - export TRAVIS_BUILD_DIR=$QINIU_SRC/qiniupkg.com/x
7
+ - cd $TRAVIS_BUILD_DIR
8
+ - go get golang.org/x/net/context
9
+ - go get github.com/stretchr/testify/assert
10
+
Original file line number Diff line number Diff line change 1
1
qiniupkg.com/x
2
2
===============
3
3
4
- [ ![ GoDoc] ( https://godoc.org/qiniupkg.com/x?status.svg )] ( https://godoc.org/qiniupkg.com/x )
4
+ [ ![ Build Status ] ( https://travis-ci.org/qiniu/x.svg?branch=develop )] ( https://travis-ci.org/qiniu/x ) [ ![ GoDoc] ( https://godoc.org/qiniupkg.com/x?status.svg )] ( https://godoc.org/qiniupkg.com/x )
5
5
6
6
# 下载
7
7
You can’t perform that action at this time.
0 commit comments