瀏覽代碼

Install python3 and pip on Travis

tags/v0.8.2
itismadness 5 年之前
父節點
當前提交
752ec6af0a
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. +4
    -1
      .travis.yml

+ 4
- 1
.travis.yml 查看文件

@@ -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…
取消
儲存