mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
travis: clean up install step
This commit is contained in:
parent
25f9832717
commit
95bdbd6d8a
@ -33,8 +33,7 @@ addons:
|
||||
- llvm-3.7
|
||||
|
||||
before_install:
|
||||
- export PATH=$(echo ${PATH} | awk -v RS=':' -v ORS=':' '/clang/ {next} {print}' | sed 's/:*$//')
|
||||
- APMDIR=$(pwd) && pushd .. && $APMDIR/Tools/scripts/configure-ci.sh && . ~/.profile && popd
|
||||
- Tools/scripts/configure-ci.sh
|
||||
|
||||
script:
|
||||
- python Tools/autotest/param_metadata/param_parse.py
|
||||
|
Loading…
Reference in New Issue
Block a user