From 02b42bca7b9fc1f4cf3c0d797b1cff4d9fe4420c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 22 Mar 2017 22:27:32 +0100 Subject: [PATCH] Build on Trusty and install the latest cryb-to snapshot. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index e91cde9..940e1a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,14 @@ compiler: - clang - gcc +dist: trusty +sudo: required + before_install: - sudo apt-get update -q - sudo apt-get install -y pkg-config + - wget https://github.com/cryb-to/cryb-to/releases/download/0.20170322/cryb-to_0.20170322-1_amd64.deb + - sudo dpkg -i cryb-to_0.20170322-1_amd64.deb before_script: - ./autogen.sh