collective / wildcard.media

13 stars 12 forks source link

Add travis-ci config #51

Closed cekk closed 4 years ago

cekk commented 6 years ago

Hi, here are a starting travis config.

It runs on 3 different environments: 4.3, 5.0 and 5.1

The tests breaks because i think that something has changed and some informations aren't showed anymore in some views. I can't fix them because i don't know if this is a real bug, or only old tests that needs to be updated.

In base.cfg there is a code-analysis config that is commented..if you want to spend a couple of hours fixing all imports and other stuffs, just enable it and enjoy ;)

cekk commented 6 years ago

@tkimnguyen @obct537 have you seen the failing tests? can you give a look and say if it's ok that they fail like this because maybe tests are old?

This one blocks our other big pr :(

hvelarde commented 6 years ago

IMO, the travis.cfg approach is outdated; is better to use the caching feature of Travis containers.

see this, for instance: https://github.com/collective/collective.lazysizes/blob/4.0.1/.travis.yml

cekk commented 6 years ago

@hvelarde thanks, I'll fix it!