Fixing issues with Travis CI
This commit is contained in:
parent
a5023d031a
commit
a7690adf0b
14
.travis.yml
14
.travis.yml
|
@ -1,4 +1,4 @@
|
||||||
dist: xenial
|
dist: bionic
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- postgresql
|
- postgresql
|
||||||
|
@ -23,6 +23,10 @@ addons:
|
||||||
- liquidsoap-plugin-vorbis
|
- liquidsoap-plugin-vorbis
|
||||||
- python3-gst-1.0
|
- python3-gst-1.0
|
||||||
- silan
|
- silan
|
||||||
|
- python3-gi
|
||||||
|
- python3-gi-cairo
|
||||||
|
- gcc
|
||||||
|
- gir1.2-gtk-3.0
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
@ -32,15 +36,9 @@ jobs:
|
||||||
- language: php
|
- language: php
|
||||||
php: 7.2
|
php: 7.2
|
||||||
stage: test
|
stage: test
|
||||||
- language: php
|
|
||||||
php: 7.1
|
|
||||||
stage: test
|
|
||||||
- language: php
|
- language: php
|
||||||
php: 7.0
|
php: 7.0
|
||||||
stage: test
|
stage: test
|
||||||
- language: php
|
|
||||||
php: 5.6
|
|
||||||
stage: test
|
|
||||||
- language: python
|
- language: python
|
||||||
python: 3.8
|
python: 3.8
|
||||||
stage: test
|
stage: test
|
||||||
|
@ -70,8 +68,6 @@ jobs:
|
||||||
php: 7.3
|
php: 7.3
|
||||||
- language: php
|
- language: php
|
||||||
php: 7.2
|
php: 7.2
|
||||||
- language: php
|
|
||||||
php: 7.1
|
|
||||||
# https://github.com/LibreTime/libretime/issues/1041
|
# https://github.com/LibreTime/libretime/issues/1041
|
||||||
- language: python
|
- language: python
|
||||||
python: 3.5
|
python: 3.5
|
||||||
|
|
|
@ -10,6 +10,8 @@ includes_dir: _includes
|
||||||
|
|
||||||
favicon: favicon.ico
|
favicon: favicon.ico
|
||||||
|
|
||||||
|
exclude: ['jekyll.sh'
|
||||||
|
]
|
||||||
# For splash page layout only
|
# For splash page layout only
|
||||||
headimage: img/header.jpg
|
headimage: img/header.jpg
|
||||||
headtext: Open Source Radio Automation
|
headtext: Open Source Radio Automation
|
||||||
|
|
Loading…
Reference in New Issue