Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit d17a30d

Browse files
committed
Merge pull request #96 from dmcgowan/circle-ci-updates
Fix circle ci to build branches
2 parents 3d0b138 + 397e8c4 commit d17a30d

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

circle.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ machine:
55
- sudo tar -C /usr/local -xzf go.tar.gz
66
- sudo chmod a+w /usr/local/go/src/
77

8-
hosts:
9-
fancy: 127.0.0.1
10-
118
dependencies:
129
post:
1310
- go get github.com/axw/gocov/gocov
@@ -23,7 +20,3 @@ test:
2320
- test -z "$(golint ./... | tee /dev/stderr)"
2421
- go test -race -test.v ./...:
2522
timeout: 600
26-
27-
general:
28-
branches:
29-
ignore:

0 commit comments

Comments
 (0)