Ensure needed packages are installed by travis

pull/84/head
Hamish Coleman 6 years ago
parent 94dd8760cc
commit c4dbfb0f18

@ -1,5 +1,8 @@
# Not the correct language, but one that has very few dependancies to install
language: c
before_script:
- sudo make build-deps
script:
- make test

@ -95,7 +95,7 @@ export MTOOLS_SKIP_CHECK=1
export MTOOLS_LOWER_CASE=0
build-deps:
apt install git mtools libssl-dev build-essential
apt -y install git mtools libssl-dev build-essential
#
# Radare didnt seem to let me specify the directory to store the project file,

Loading…
Cancel
Save