aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-02-08 16:52:52 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-02-08 16:52:52 +0100
commit600b006f4b66b56284595f42511a1a6a03925d37 (patch)
tree2fae68b0427fbb3263bdbea9ab1f752227c3f604
parentb7e8535610be6093e98ac6759c3957615ecdc0f2 (diff)
downloadjson-rpc-shell-600b006f4b66b56284595f42511a1a6a03925d37.tar.gz
json-rpc-shell-600b006f4b66b56284595f42511a1a6a03925d37.tar.xz
json-rpc-shell-600b006f4b66b56284595f42511a1a6a03925d37.zip
Travis CI: Try getting a newer Jansson
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7f2dc01..a300dc9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ compiler:
- clang
- gcc
before_install:
+ - sudo add-apt-repository ppa:ukplc-team/ppa -y
- sudo apt-get update -qq
install:
- sudo apt-get install -y libcurl4-openssl-dev libjansson-dev libev-dev libreadline-dev