Browse Source

Setup CI with testing

tags/v1.2.0-rc1
Unknwon 9 years ago
parent
commit
6146794a38
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .travis.yml

+ 4
- 1
.travis.yml View File

@@ -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:


Loading…
Cancel
Save