diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-17 17:36:51 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-17 17:36:51 -0500 |
commit | 51f6148851964d0684e8b6dad3ee8b2035f8b9bc (patch) | |
tree | d5c1df4ce068ebd6656667caaab440c42d19a785 /.drone.yml | |
parent | c0549a169abfa6984d249a94831b6a20fd6f99f7 (diff) | |
download | gitea-51f6148851964d0684e8b6dad3ee8b2035f8b9bc.tar.gz gitea-51f6148851964d0684e8b6dad3ee8b2035f8b9bc.zip |
test drone
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index c69bef39f2..12054f5eee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,5 +2,6 @@ image: go1.3 env: - GOPATH=/var/cache/drone script: + - go get -v - go build -v - go test -v ./...
\ No newline at end of file |