diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-11 12:41:18 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-11 13:27:59 +0300 |
commit | 8db1cfa5a133a4eda069ba81d0d7f20d387afa53 (patch) | |
tree | 2b370b9fe9a460c8f014a7350d47aef1ad0af26a /.travis.yml | |
parent | add .gitattributes (diff) | |
download | fr24feed-8db1cfa5a133a4eda069ba81d0d7f20d387afa53.tar.gz fr24feed-8db1cfa5a133a4eda069ba81d0d7f20d387afa53.zip |
add Travis configuration
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..73e0f5f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +language: minimal +os: linux +dist: bionic +arch: arm64 +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 |