2017-02-05 12:40:01 +01:00
|
|
|
# Define the building environment
|
|
|
|
language: c
|
|
|
|
|
2020-05-04 21:11:22 +02:00
|
|
|
# Use Travis-CI Ubuntu 18.04 Bionic Beaver, "full image" variant
|
2017-02-05 12:40:01 +01:00
|
|
|
sudo: required
|
2020-05-04 21:11:22 +02:00
|
|
|
dist: bionic
|
2017-02-05 12:40:01 +01:00
|
|
|
|
|
|
|
script:
|
2020-11-27 09:56:04 +01:00
|
|
|
- FEDORA_MAJOR=33 FEDORA_MINOR=1.2 scripts/ci/travis-kvm-setup.sh
|
2017-02-05 12:40:01 +01:00
|
|
|
|
|
|
|
# Do not spam by email so long as the build succeeds
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
on_success: never
|