Skip to content

Commit

Permalink
Fix travis setup to ensure rpmbuild is available.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncabatoff committed May 15, 2018
1 parent 31f9c61 commit 0c48697
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ language: go
go:
- 1.10.x

before_install:
- sudo apt-get -qq update
- sudo apt-get install -y rpmbuild

go_import_path: github.com/ncabatoff/process-exporter

script:
Expand Down

0 comments on commit 0c48697

Please sign in to comment.