interfasys / mediametadata

A cloud application which provides CRUD access to the metadata stored in images
GNU Affero General Public License v3.0
5 stars 1 forks source link

Set up Travis-CI #4

Closed oparoz closed 8 years ago

oparoz commented 8 years ago

We need automatic testing of all PRs

Can be based off the config for Gallery: https://github.com/owncloud/gallery/blob/master/.travis.yml

oparoz commented 8 years ago

I've turned on Travis and Scrutinizer analysers, so PRs and merges are now automatically checked.

imjalpreet commented 8 years ago

@oparoz Could you also check the .travis.yml file and suggest what else should be changed?

oparoz commented 8 years ago

OK, I just did and I think it's working as expected (difficult to say without tests).

Do you have any other questions regarding the content of that file?

imjalpreet commented 8 years ago

@oparoz No, not as of now. I will ask you if I have in the future. Also, I will add the test as soon as possible.