Skip to content

Commit

Permalink
Add fakeroot to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiougar committed Dec 13, 2017
1 parent 38bd6d6 commit 73f80a4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
install: true
language: bash

addons:
apt:
packages:
- fakeroot

script: ./mkipk.sh

branches:
only:
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/

deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 73f80a4

Please sign in to comment.