We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e9600 commit 624ff5eCopy full SHA for 624ff5e
.travis.yml
@@ -23,11 +23,12 @@ cache:
23
- ~/.npm
24
before_install:
25
- 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
+ - git clone --branch v2.17.1 --depth 1 git://git.kernel.org/pub/scm/git/git.git
+ - pushd git
28
- make configure
29
- ./configure --prefix=/usr
30
- make all
31
+ - popd
32
install:
33
- ./scripts/travis/install_elasticsearch.sh
34
- pip install tox-travis
0 commit comments