Install prerequisites
This commit is contained in:
parent
9f758a772f
commit
c798191b74
1 changed files with 10 additions and 1 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,5 +1,14 @@
|
|||
language: c
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: ./configure && make
|
||||
|
||||
install:
|
||||
- apt-get install libconfig8-dev
|
||||
- apt-get install libreadline6-dev
|
||||
- apt-get install libssl-dev
|
||||
|
||||
script:
|
||||
- ./configure
|
||||
- make
|
||||
|
|
Loading…
Add table
Reference in a new issue