pjvds / tidy

Go lang structured logging made fast and simple
7 stars 0 forks source link

replace codeship for travis #2

Closed pjvds closed 9 years ago

pjvds commented 9 years ago

Currently tidy is using codeship for continues integration. They provide nice feature like SSH debugging, a clean UI and great defaults. The stuff that is lacking for a framework is a build matrix to test against different version of Go. Travis is currently the only one that support this in a decent way.

pjvds commented 9 years ago

I have added a .travis.yml and travis is now building on every push and pull request. The logentries integration test is failing due to an invalid token.

See: job_52605444:173

pjvds commented 9 years ago

Token is fixed now but it the tail of the log stays empty when ran on travis. The tests succeed from other machines so it might be due ports that prevent the UDP packages to reach logentries. I suggest to try to switch the test to use TCP to get an ack back from logentries.

pjvds commented 9 years ago

Build Status

I did the following to get it green: