Remove Travis CI old builds

You can use the travis command line tool

Login first using travis login then you can do the following

LAST_BUILD_NUMBER=68
for i in $(seq 1 $LAST_BUILD_NUMBER ); do  travis logs $i --delete --force ; done

This will remove the “logs” so there’s no information aside from the header and any confidential information will no longer be visible.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)