linux-bench/.travis.yml

20 lines
252 B
YAML
Raw Normal View History

---
language: go
notifications:
email: false
2019-08-06 23:46:28 +03:00
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y rpm
script:
2019-08-07 14:02:16 +03:00
- make tests
2019-08-06 23:46:28 +03:00
after_success:
- bash <(curl -s https://codecov.io/bash)
env:
matrix:
- GO111MODULE=on