intgr / topy

Python script to fix typos in text, based on the RegExTypoFix project from Wikipedia and AutoWikiBrowser
Other
35 stars 11 forks source link

Faster Travis builds using their container based infra #11

Closed theanalyst closed 9 years ago

theanalyst commented 9 years ago

After caching, travis builds complete in ~35 seconds or so compared to the minute and a half time spent right now

intgr commented 9 years ago

Thanks! Did you base this on documeentation or some other project's travis.yml or did you write this yourself?

PS: You added empty lines to README.rst and unit.py that aren't necessary IMO.

theanalyst commented 9 years ago

Ah this was written by myself... based on couple of own projects.. the travis' blog explains some details . I'll remove the empty lines & squash http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/

theanalyst commented 9 years ago

removed lines ^& squashed