pomack / thrift4go

Apache Thrift for the Go Language
129 stars 23 forks source link

Travis config now works cross-repository #48

Closed GeertJohan closed 11 years ago

GeertJohan commented 11 years ago

The .travis.yml config file had pomack/thrift4go statically in it, which made testing a commit from an other repository (fork) with travis unpossible. I have added some lines that will figure out the name of the repository and will set that as an environmen var, which is now used troughout the config file (instead of hardcoded "pomack/thrift4go").

matttproud commented 11 years ago

Aside from the things I noted above, this looks great!