diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-02 15:14:53 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-02 15:14:53 +0200 |
commit | ed05730a3bd99d7fcf7d1a54eef73168a5fb310e (patch) | |
tree | dc0af91588af1459762628c2a9d631356f5c82f8 | |
parent | 63d9f2452db710819bf7e2a3462000c3be20d958 (diff) | |
download | weechat-ed05730a3bd99d7fcf7d1a54eef73168a5fb310e.zip |
core: remove unused ubuntu PPA (Travis CI)
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7b6ebff0c..e294ecc1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ env: before_script: - echo 'APT::Install-Recommends "false";' | sudo tee -a /etc/apt/apt.conf - - sudo add-apt-repository --yes ppa:bcandrea/backports - sudo apt-get update -qq - wget http://weechat.org/files/tests/ubuntu/precise/amd64/libcpputest-dev_3.4-3_amd64.deb - sudo dpkg -i libcpputest-dev_3.4-3_amd64.deb |