fixed .travis.yml

This commit is contained in:
Lunny Xiao 2016-11-09 09:27:11 +08:00
parent 7e47ef8f83
commit 131a80217f
1 changed files with 5 additions and 4 deletions

View File

@ -4,15 +4,16 @@ go:
- 1.6
- 1.7
env:
TAGS: cert sqlite pam miniwinsvc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libpam-dev
install:
- go get github.com/go-xorm/core
- go get github.com/go-xorm/builder
script:
- go build
- go test
after_success:
- bash <(curl -s https://codecov.io/bash)