Skip to content

Commit

Permalink
Fixes to CI providers
Browse files Browse the repository at this point in the history
  • Loading branch information
skarllot committed Mar 24, 2016
1 parent 08d786e commit 5697007
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ go:
matrix:
allow_failures:
- go: tip
- go: 1.4

services:
- docker
Expand Down
25 changes: 25 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: "{branch}-{build}"

os: Windows Server 2012 R2

clone_folder: c:\projects\src\github.com\raiqub\docker

environment:
PATH: c:\projects\bin;%PATH%
GOPATH: c:\projects
NOTIFY_TIMEOUT: 5s

install:
- go version
- go get golang.org/x/tools/cmd/vet
- go get -v -t ./...

build_script:
- go tool vet -all .
- go build ./...
- go test -v -race ./...

test: off

deploy: off

0 comments on commit 5697007

Please sign in to comment.