clearcontainers / packaging

Packaging data for Clear Containers
11 stars 11 forks source link

CI: Add TravisCI config file and .ci/setup.sh #29

Closed gorozco1 closed 7 years ago

gorozco1 commented 7 years ago

Add TravisCI support by creating the required ".travis.yml" configuration file.

This initial commit just run checkcommits.

Fixes: #15

Signed-off-by: Geronimo Orozco geronimo.orozco@intel.com

grahamwhaley commented 7 years ago

@gorozco1 You have a Travis failure, which looks like it might be because Travis is trying to sync up the go sources for this repo, that has no go source in it. I'm guessing you need go enabled to have the scripts build all the sub-packages, but Travis thus thinks this must be a Go based repo. Just a guess. Could be awkward :-(

gorozco1 commented 7 years ago

@grahamwhaley yes I noticed that :-/ this is odd, probably because in a previous commit it has setup the language to go, however in this new commit that is not the case... @jodh-intel do you have any clue?

jcvenegas commented 7 years ago

lgtm , just a little comment , and travis is working :D