Skip to content

Commit

Permalink
Forgot to use sudo to install packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikogan committed Aug 29, 2019
1 parent 3500b70 commit e6f1330
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ matrix:
python: 3.7
dist: xenial
before_install:
- apt install -y upx binutils patchelf
- sudo apt install -y upx binutils patchelf
addons:
apt:
update: true
install:
- pip install -U pip
- pip install staticx pyinstaller jinja2
Expand Down

0 comments on commit e6f1330

Please sign in to comment.