diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-08 16:55:28 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-08 16:55:28 +0100 |
commit | f3c5bad8589ea6b7f99929c0dba133a19595ac9d (patch) | |
tree | 37e946d00020b134e0a43d88ee05427762b9158b | |
parent | 31f57cd83ecdd8963c829659017f7a3607536e4a (diff) | |
download | ponymap-f3c5bad8589ea6b7f99929c0dba133a19595ac9d.tar.gz ponymap-f3c5bad8589ea6b7f99929c0dba133a19595ac9d.tar.xz ponymap-f3c5bad8589ea6b7f99929c0dba133a19595ac9d.zip |
Travis CI: Try getting a newer Jansson
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 02aa624..8d83a89 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 help2man libjansson-dev libncursesw5-dev |