1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

travis: install rpm

This commit is contained in:
James Hillyerd
2018-04-07 20:22:38 -07:00
parent 704ba04c51
commit 7fc5e06517

View File

@@ -1,6 +1,11 @@
language: go language: go
sudo: false sudo: false
addons:
apt:
packages:
- rpm
env: env:
- DEPLOY_WITH_MAJOR="1.10" - DEPLOY_WITH_MAJOR="1.10"