Explorar el Código

Fix sudo usage for installing pip in Travis

tags/v0.8.2
itismadness hace 5 años
padre
commit
3f81c3a91d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml Ver fichero

@@ -22,11 +22,11 @@ matrix:
before_install:
- sudo apt-get install python3
- wget https://bootstrap.pypa.io/get-pip.py
- python3 get-pip.py
- sudo python3 get-pip.py

install:
- composer install --ansi --prefer-dist --no-interaction --optimize-autoloader --no-suggest --no-progress
- pip3 install xld_logchecker eac_logchecker
- pip3 install --user xld_logchecker eac_logchecker
script:
- bin/logchecker --version


Cargando…
Cancelar
Guardar