Skip to content

Commit 624ff5e

Browse files
committed
Use pushd and popd
1 parent 32e9600 commit 624ff5e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ cache:
2323
- ~/.npm
2424
before_install:
2525
- sudo apt-get install -y dh-autoreconf libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev
26-
- git clone --branch v2.17.1 --depth 1 git://git.kernel.org/pub/scm/git/git.git /tmp/git
27-
- cd /tmp/git
26+
- git clone --branch v2.17.1 --depth 1 git://git.kernel.org/pub/scm/git/git.git
27+
- pushd git
2828
- make configure
2929
- ./configure --prefix=/usr
3030
- make all
31+
- popd
3132
install:
3233
- ./scripts/travis/install_elasticsearch.sh
3334
- pip install tox-travis

0 commit comments

Comments
 (0)