Explorar el Código

use trusty for testing, to have a recent FUSE

Thomas Waldmann hace 8 años
padre
commit
7e80f6821d
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 3 0
      .travis.yml
  2. 0 1
      .travis/install.sh

+ 3 - 0
.travis.yml

@@ -10,12 +10,15 @@ matrix:
     include:
         - python: 3.4
           os: linux
+          dist: trusty
           env: TOXENV=py34
         - python: 3.5
           os: linux
+          dist: trusty
           env: TOXENV=py35
         - python: 3.5
           os: linux
+          dist: trusty
           env: TOXENV=flake8
         - language: generic
           os: osx

+ 0 - 1
.travis/install.sh

@@ -31,7 +31,6 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
     python -m pip install --user 'virtualenv<14.0'
 else
     pip install 'virtualenv<14.0'
-    sudo add-apt-repository -y ppa:gezakovacs/lz4
     sudo apt-get update
     sudo apt-get install -y liblz4-dev
     sudo apt-get install -y libacl1-dev