summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2019-04-30 05:25:40 (GMT)
committerLzu Tao <taolzu@gmail.com>2019-04-30 05:25:40 (GMT)
commitcb1be75c84e9b49c82634fe9be5f968087c98df8 (patch)
tree544a9476be3ad929f8f671fd842cbc8dc8685639 /.travis.yml
parentdd54ea01a207a65d4819db4222066373f6170113 (diff)
downloadlz4-cb1be75c84e9b49c82634fe9be5f968087c98df8.zip
lz4-cb1be75c84e9b49c82634fe9be5f968087c98df8.tar.gz
lz4-cb1be75c84e9b49c82634fe9be5f968087c98df8.tar.bz2
meson: Rely only on extracted version in lz4.h
So now instead of warning when failing to extract version number from lz4.h, we error and stop the build instead.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 8ebcdfa..ee643e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -178,9 +178,9 @@ matrix:
compiler: clang
install:
- sudo apt-get install -qq python3 tree
- - curl -o ~/ninja.zip -L 'https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-linux.zip'
+ - travis_retry curl -o ~/ninja.zip -L 'https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-linux.zip'
&& unzip ~/ninja.zip -d ~/.local/bin
- - curl -o ~/get-pip.py 'https://bootstrap.pypa.io/get-pip.py'
+ - travis_retry curl -o ~/get-pip.py 'https://bootstrap.pypa.io/get-pip.py'
&& python3 ~/get-pip.py --user
&& pip3 install --user meson
script: