gluster / gogfapi

A Go language wrapper around gfapi.
BSD 2-Clause "Simplified" License
49 stars 37 forks source link

Add travis testing #27

Closed jfontan closed 5 years ago

jfontan commented 5 years ago

It depends on #26. I can rebase the PR after it is merged.

It is based on go-billy-gluster testing. The bulk of work is done in test_setup.sh:

I've also changed the place of the testing logs so root permissions are not needed.

Adding the repository to a travis account should be enough. No other configuration is needed. You can check a test run from my travis account:

https://github.com/jfontan/gogfapi/runs/39555086

jfontan commented 5 years ago

Ah, it seems that travis is already enabled :tada:

jfontan commented 5 years ago

@kshlm rebased

kshlm commented 5 years ago

Thanks!