mirror of
https://gitlab.com/kicad/libraries/kicad-footprints.git
synced 2025-04-24 00:33:25 +00:00
Remove sudo from .travis.yml
I'm going to get to the bottom of why it's supposedly needed.
This commit is contained in:
parent
817dc6843d
commit
f2c8e3770e
@ -6,5 +6,5 @@ before_install:
|
||||
- git clone --depth 1 https://github.com/KiCad/kicad-library-utils /home/travis/build/kicad-library-utils
|
||||
|
||||
script:
|
||||
- sudo bash /home/travis/build/kicad-library-utils/pcb/travis/check_all.sh $TRAVIS_BUILD_DIR -v
|
||||
- bash /home/travis/build/kicad-library-utils/pcb/travis/check_all.sh $TRAVIS_BUILD_DIR -v
|
||||
- python /home/travis/build/kicad-library-utils/check_lib_table.py $TRAVIS_BUILD_DIR/*.pretty --table $TRAVIS_BUILD_DIR/fp-lib-table
|
||||
|
Loading…
Reference in New Issue
Block a user