mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Fix travis
This commit is contained in:
parent
03b3cb0bf2
commit
ef08f29ed6
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ env:
|
|||
install:
|
||||
- pip install -U pip
|
||||
# DNS
|
||||
- sudo apt-get install libadns1 libadns1-dev screen
|
||||
- sudo apt-get install -y libadns1 libadns1-dev screen
|
||||
# required for mathplotlib
|
||||
- test ! -L /usr/include/ft2build.h && sudo ln -s freetype2/ft2build.h /usr/include/
|
||||
- pip install distribute
|
||||
|
|
Loading…
Reference in a new issue