mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [travis ] There are issues on the 14.04 build system of Travis. This fixes it temporarily.
This commit is contained in:
parent
0f2b139625
commit
d10d4a5cc5
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ env:
|
|||
AIL_LEVELDB=$TRAVIS_BUILD_DIR/redis-leveldb/ PATH=$AIL_HOME:$AIL_REDIS:$AIL_LEVELDB:$PATH
|
||||
|
||||
|
||||
before_install:
|
||||
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157
|
||||
|
||||
install:
|
||||
- ./installing_deps.sh
|
||||
|
|
Loading…
Reference in a new issue