• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Define the building environment
2language: c
3
4# Use Travis-CI Ubuntu 18.04 Bionic Beaver, "full image" variant
5sudo: required
6dist: bionic
7
8script:
9  - FEDORA_MAJOR=33 FEDORA_MINOR=1.2 scripts/ci/travis-kvm-setup.sh
10
11# Do not spam by email so long as the build succeeds
12notifications:
13  email:
14    on_success: never
15