Skip to content

Commit dc100f7

Browse files
committed
fix for goreleaser: install rpm to build rpm packages
1 parent 6662168 commit dc100f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: go
22
go:
33
- '1.9'
44

5+
before_install:
6+
- sudo apt-get -qq update
7+
- sudo apt-get install -y rpm
8+
59
install:
610
- "go get -d -v ./..."
711
- "go get -u github.com/smartystreets/goconvey"

0 commit comments

Comments
 (0)