mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
b5efca2a65
Let's drop the tests we also run on CentOS CI to free up some resources for something more useful.
16 lines
227 B
YAML
16 lines
227 B
YAML
trigger:
|
|
- master
|
|
|
|
jobs:
|
|
- job: FuzzBuzz
|
|
displayName: FuzzBuzz
|
|
|
|
pool:
|
|
vmImage: 'ubuntu-latest'
|
|
|
|
steps:
|
|
- script: |
|
|
set -e
|
|
./travis-ci/managers/fuzzbuzz.sh
|
|
displayName: 'This is where it gets darker'
|