Skip to content

Commit

Permalink
travis: add missing rpm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Dec 2, 2015
1 parent 07268a7 commit 1b55d38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ before_install:
script:
- go test -v $(go list ./... | grep -v /vendor/)

addons:
apt:
packages:
- rpm

notifications:
email: false

0 comments on commit 1b55d38

Please sign in to comment.