aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-12-09 21:00:44 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-12-09 21:07:01 +0100
commita0becea2fc809f8741b43026099f5648f624370e (patch)
tree5749c765c03fe7dbfd8b14c786b2596e1690d101 /.travis.yml
parent6a72c7382bdd18c4e25ec528299f3c27ec3b9468 (diff)
downloadxK-a0becea2fc809f8741b43026099f5648f624370e.tar.gz
xK-a0becea2fc809f8741b43026099f5648f624370e.tar.xz
xK-a0becea2fc809f8741b43026099f5648f624370e.zip
Update Travis CI and bump CMake
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fc34c79..36726f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,5 @@
+sudo: required
+dist: trusty
language: c
notifications:
irc:
@@ -25,9 +27,12 @@ compiler:
before_install:
# We need this PPA for a recent version of libedit
- sudo add-apt-repository ppa:ondrej/php5-5.6 -y
+ # We need this PPA for Lua 5.3
+ - sudo add-apt-repository ppa:vbernat/haproxy-1.6 -y
- sudo apt-get update -qq
install:
- - sudo apt-get install -y help2man libedit-dev expect
+ - sudo apt-get install -y libncursesw5-dev libreadline-dev libedit-dev
+ liblua5.3-dev help2man expect
before_script:
- mkdir build
- cd build