Skip to content

Remove sudo from .travis.yml

KiCad Bot requested to merge github/fork/Ratfink/travis-no-sudo into master

Created by: Ratfink

There were claims in the past that the sudo in the Travis CI script was needed for some unknown reason. I just did some testing on my own fork of kicad-footprints and found that it made absolutely no functional difference whether the check_all.sh script was run with sudo or not. Not using sudo also gave a decent speedup (see below). This PR removes it, running the check_all.sh script as a normal user.

Fixes https://github.com/KiCad/kicad-library-utils/issues/177.

Merge request reports