docker / libchan

Like Go channels over the network
Apache License 2.0
2.47k stars 143 forks source link

Add .travis.yml #9

Closed LK4D4 closed 10 years ago

LK4D4 commented 10 years ago

I'm playing with travis now, when I'll find cool setup I'll squash my commits.

LK4D4 commented 10 years ago

Added gofmt. Go vet doesn't work because of https://code.google.com/p/go/issues/detail?id=8192

pnasrat commented 10 years ago

FYI go vet can be made to work by cloning it then checking out 1.2 branch.

hg up release-branch.go1.2

LK4D4 commented 10 years ago

@pnasrat Yeah, I tried this but travis ate my env variables. Maybe I'll take another look tomorrow.

LK4D4 commented 10 years ago

Also, it seems that it will be fixed tomorrow from both sides: https://github.com/travis-ci/travis-ci/issues/2167#issuecomment-45936516 https://codereview.appspot.com/105160043

LK4D4 commented 10 years ago

Ah, at last! ping @tianon

LK4D4 commented 10 years ago

Lol, how the hell I added travis without merging this? Ok, I closing this in favor of new PR with fixes.