aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
blob: 990447f8e5ef22952baaaceaad73fa7370d32982 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: minimal
os: linux
dist: bionic
arch: arm64
cache:
  directories:
    - "$HOME/.cache/pip"
addons:
  apt:
    update: true
    packages:
      - python3-dev
      - python3-pip
      - python3-setuptools
      - python3-wheel
services:
  - docker
install: pip3 install -IU docker-compose
script: docker-compose build