keybuk / libnih

NIH Utility Library
GNU General Public License v2.0
90 stars 28 forks source link

Add travis support #11

Closed xnox closed 1 year ago

xnox commented 10 years ago

Add integration with free CI service http://travis-ci.org to execute unit-tests on each push/branch/merge-proposal. At the moment nih_watch_reader tests hang indefinitely on travis-ci infrastructure which have been disabled for now.

I will investigate further why it fails in their environment. To further gather environment details I've executed procenv in that environment (expand context to see line 450 onwards at https://travis-ci.org/xnox/libnih/builds/14676025 ) which indicates an Ubuntu 12.04 OpenVZ container.

keybuk commented 8 years ago

I'd rather just see the test fixed rather than disabled.