Fix the fix

This commit is contained in:
Přemysl Eric Janouch 2015-02-08 05:32:18 +01:00
parent 8e02847b8e
commit b7e8535610
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ compiler:
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
install: 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: before_script:
- mkdir build - mkdir build
- cd build - cd build