Browse Source

Install python3 and pip on Travis

tags/v0.8.2
itismadness 5 years ago
parent
commit
752ec6af0a
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .travis.yml

+ 4
- 1
.travis.yml View File

@@ -20,9 +20,12 @@ matrix:
- php: nightly

before_install:
- sudo apt-get install python3 python3-pip

install:
- composer install --ansi --prefer-dist --no-interaction --optimize-autoloader --no-suggest --no-progress
- pip3 install xld_logchecker eac_logchecker

script:
- bin/logchecker --version
- bin/logchecker --help


Loading…
Cancel
Save