aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 1c2c7f3327a38be07c468df5fa50dc0678485f45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Define the building environment
language: c

# Use Travis-CI Ubuntu 18.04 Bionic Beaver, "full image" variant
sudo: required
dist: bionic

script:
  - FEDORA_MAJOR=33 FEDORA_MINOR=1.2 scripts/ci/travis-kvm-setup.sh

# Do not spam by email so long as the build succeeds
notifications:
  email:
    on_success: never