Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
ci: fix build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
5chdn committed Dec 12, 2018
1 parent eeac578 commit 323295c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ services: docker
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- binutils-dev
- cmake
- file
- g++
- gcc
- binutils-dev
- libcurl4-openssl-dev
- libdw-dev
- libelf-dev
- libiberty-dev
- libudev-dev
- make
- pkg-config

matrix:
include:
Expand Down

0 comments on commit 323295c

Please sign in to comment.