From: Alexander Barton Date: Sun, 10 Jan 2016 18:50:00 +0000 (+0100) Subject: Travis-CI: use "container-based infrastructure" X-Git-Tag: rel-24-rc1~33 X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=8f0d24c831dc5099278b9844a2ece346ccc06149;hp=0a6e28458296c8a7b72039d88b5754f3e8053b28;p=ngircd.git Travis-CI: use "container-based infrastructure" See for details. --- diff --git a/.travis.yml b/.travis.yml index 55577baa..3b82280a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,15 @@ language: c -before_install: - - sudo apt-get update -qq - - sudo apt-get install -qq libident-dev libpam0g-dev libssl-dev libwrap0-dev zlib1g-dev expect telnet +sudo: false +addons: + apt: + packages: + - libident-dev + - libpam0g-dev + - libssl-dev + - libwrap0-dev + - zlib1g-dev + - expect + - telnet compiler: - gcc - clang