Skip to content

Commit 4bbb03e

Browse files
committed
Merge pull request #7 from qiniu/develop
Update .travis.yml
2 parents cac340f + 7965b3a commit 4bbb03e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
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+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
qiniupkg.com/x
22
===============
33

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)
55

66
# 下载
77

0 commit comments

Comments
 (0)