diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-13 17:27:55 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-13 17:27:55 +0100 |
commit | 27817908f4232c01f6e7e9ed240aca5c04f579ce (patch) | |
tree | 465536c1657e29c11453b40103496339a73bdd7b /.travis.yml | |
parent | 872f531fe434d20c30ad1f5f684f8b0df105d78f (diff) | |
download | weechat-27817908f4232c01f6e7e9ed240aca5c04f579ce.zip |
core: add flag -L for curl (Travis CI)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 511df3d10..486bbff50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_script: - echo 'APT::Install-Recommends "false";' | sudo tee -a /etc/apt/apt.conf - sudo apt-get update -qq - sudo apt-get -y install devscripts equivs python-pip libenchant-dev autopoint asciidoc source-highlight xsltproc docbook-xsl docbook-xml cmake pkg-config libncursesw5-dev gem2deb libperl-dev python-dev python3-dev libaspell-dev liblua5.1-0-dev tcl8.5-dev guile-2.0-dev libcurl4-gnutls-dev libgcrypt11-dev libgnutls-dev zlib1g-dev curl - - curl -O https://weechat.org/files/tests/ubuntu/precise/amd64/libcpputest-dev_3.4-3_amd64.deb + - curl -OL https://weechat.org/files/tests/ubuntu/precise/amd64/libcpputest-dev_3.4-3_amd64.deb - sudo dpkg -i libcpputest-dev_3.4-3_amd64.deb - sudo pip install msgcheck pylint |