guilgautier / DPPy

Python toolbox for sampling Determinantal Point Processes
https://dppy.readthedocs.io
MIT License
219 stars 52 forks source link

.travis.yml parsing issue #13

Closed guilgautier closed 6 years ago

guilgautier commented 6 years ago

Since modification of .travis.yml following commits starting from https://github.com/guilgautier/DPPy/commit/6f60ffb yield a Could not parse .travis.yml error

capture d ecran 2018-07-26 a 06 42 17

I suspect a indentation error, I might have switched from spaces to tabs in Sublime Text for this .travis.yml file.

guilgautier commented 6 years ago

Clear indentation error, strange things happen when using Sublime converting indentation to spaces/tabs! Fix in https://github.com/guilgautier/DPPy/commit/d3214545f124564c5318f793b98c913455fd8f41, see Travis build #green_light

Naereen commented 6 years ago

I didn't know this could break Travis build, but for (old) Makefiles (the GNU Make build system), the files were indeed sensitive to tabs/spaces. Good job for spotting and fixing this that fast!

guilgautier commented 6 years ago

At first glance, the counter was stopped at build N°50 (last Travis job) despite some more recent pushes, so I thought my Travis account was limited to 50 builds.... Then I discovered the "More options > Requests" tab on Travis and got the previous requests history list

leticiamendonca-zz commented 4 years ago

"I suspect an indentation error, I might have switched from spaces to tabs in Sublime Text for this .travis.yml file."

It's almost the end of 2019, and this issue is still relevant. Thank you so much for pointing it out!