Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
install fpm + rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
ajvb committed Jan 9, 2020
1 parent 9a652da commit 46c547f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
language: go
go:
- 1.13
go: 1.13
go_import_path: go.mozilla.org/userplex

addons:
apt:
packages:
- rpm
- ruby

before_install:
- gem install fpm || sudo gem install fpm

script:
- make

Expand Down

0 comments on commit 46c547f

Please sign in to comment.