1
0
Fork 0
mirror of https://github.com/matomo-org/matomo-icons.git synced 2024-09-19 17:03:45 +02:00

update travis tests

This commit is contained in:
Lukas Winkler 2020-08-07 16:40:42 +02:00
parent 7eee138550
commit dd2918a6ee
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -1,10 +1,8 @@
dist: xenial
os: linux
dist: bionic
language: python
python:
"3.7"
# Use container-based infrastructure for quicker build start-up
sudo: false
"3.8"
before_install:
- git clone https://github.com/piwik/piwik-package.git tmp/piwik-package
@ -15,5 +13,5 @@ script:
- 'shellcheck *.sh'
- python tests.py
matrix:
job:
fast_finish: true