Browse Source

travis: clean up install step

master
Francisco Ferreira 9 years ago committed by Lucas De Marchi
parent
commit
95bdbd6d8a
  1. 3
      .travis.yml

3
.travis.yml

@ -33,8 +33,7 @@ addons: @@ -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…
Cancel
Save