mirror of
https://github.com/aquasecurity/linux-bench.git
synced 2025-02-23 06:35:33 +01:00
21 lines
268 B
YAML
21 lines
268 B
YAML
---
|
|
language: go
|
|
|
|
sudo: required
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
before_install:
|
|
- sudo apt-get -qq update
|
|
- sudo apt-get install -y rpm
|
|
|
|
script:
|
|
- make tests
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|
|
|
|
env:
|
|
matrix:
|
|
- GO111MODULE=on
|