diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-08 05:32:18 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-08 05:32:18 +0100 |
commit | b7e8535610be6093e98ac6759c3957615ecdc0f2 (patch) | |
tree | 145ac749e501b1f4418e67710d07fc8ecb841028 | |
parent | 8e02847b8ec82d477147fe1043ef01d6eacc36f9 (diff) | |
download | json-rpc-shell-b7e8535610be6093e98ac6759c3957615ecdc0f2.tar.gz json-rpc-shell-b7e8535610be6093e98ac6759c3957615ecdc0f2.tar.xz json-rpc-shell-b7e8535610be6093e98ac6759c3957615ecdc0f2.zip |
Fix the fix
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ca0c110..7f2dc01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ compiler: before_install: - sudo apt-get update -qq install: - - sudo apt-get install -y libcurl-openssl-dev libjansson-dev libev-dev libreadline-dev + - sudo apt-get install -y libcurl4-openssl-dev libjansson-dev libev-dev libreadline-dev before_script: - mkdir build - cd build |