travis: use variable to avoid one call

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-05-20 15:48:05 +02:00
parent 9fd1a0babd
commit f7ebc1e298
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ apt-get build-dep systemd -y
apt-get install -y "${PACKAGES[@]}"
pip3 install meson
cd ${REPO_ROOT:-$(pwd)}
cd ${REPO_ROOT:-$PWD}
sed -i 's/2\.30/2.27/' meson.build