未验证 提交 ff2f8f7c 编写于 作者: C cclauss 提交者: GitHub

Drop Docker

上级 fc2cd222
language: cpp language: python
compiler: gcc
cache: ccache cache: ccache
services: addons:
- docker apt:
os: packages:
- linux - git
# ssh_known_hosts: 13.229.163.131
env: env:
- JOB=PRE_COMMIT - JOB=PRE_COMMIT
matrix: matrix:
include: include:
- python: 2.7 - python: 2.7
addons:
apt:
packages:
- git
- python
- python-pip
- python2.7-dev
ssh_known_hosts: 13.229.163.131
- python: 3.7 - python: 3.7
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069) dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
addons:
apt:
sources:
- deadsnakes
packages:
- git
- python3.7-venv
ssh_known_hosts: 13.229.163.131
before_install: before_install:
- python --version - pip install --upgrade pip
- sudo pip install -U virtualenv pre-commit pip - pip install pre-commit
script: script:
- exit_code=0 - exit_code=0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册