Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
configure continuous integration
Browse files Browse the repository at this point in the history
exclude certificate tests until figuring out a good way to do that.

ref #1
closes #2
  • Loading branch information
nathany committed Dec 18, 2015
1 parent 35c782d commit 24d5608
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
sudo: false
language: go

go:
- tip

before_script:
- go get -u github.com/golang/lint/golint

script:
- go test -v --race $(go list ./... | grep -v '/certificate')

after_script:
- test -z "$(gofmt -s -l -w . | tee /dev/stderr)"
- test -z "$(golint ./... | tee /dev/stderr)"
- go vet ./...

os:
- linux

notifications:
email: false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Apple Push Notification (APN) Provider for Go 1.6 and HTTP/2.

This is an _alpha_ release with some missing features.

[![GoDoc](https://godoc.org/github.com/RobotsAndPencils/buford?status.svg)](https://godoc.org/github.com/RobotsAndPencils/buford)
[![GoDoc](https://godoc.org/github.com/RobotsAndPencils/buford?status.svg)](https://godoc.org/github.com/RobotsAndPencils/buford) [![Build Status](https://travis-ci.org/RobotsAndPencils/buford.svg?branch=ci)](https://travis-ci.org/RobotsAndPencils/buford)

### Documentation

Expand Down

0 comments on commit 24d5608

Please sign in to comment.