diff options
author | Unknwon <u@gogs.io> | 2016-02-14 23:20:07 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-14 23:20:07 -0500 |
commit | e9b9e6eb53d423bf7c8266a5ef9eeb463d8eb059 (patch) | |
tree | c974d38348a9d1f1a45f4e42146234f90ba6c0eb /.travis.yml | |
parent | 58e004f7da58eaa8c461e34cc2fbbb9727f6fa33 (diff) | |
download | gitea-e9b9e6eb53d423bf7c8266a5ef9eeb463d8eb059.tar.gz gitea-e9b9e6eb53d423bf7c8266a5ef9eeb463d8eb059.zip |
Setup CI with testing
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3ddbd39f0d..84d0c1df76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: go go: - 1.4 - 1.5 + - 1.6 before_install: - sudo apt-get update -qq @@ -12,7 +13,9 @@ before_install: install: - go get -t -v ./... -script: go build -v -tags "pam" +script: + - go build -v -tags "pam" + - go test -v -cover -race ./... notifications: email: |