From 873d1c6d575345619fb2c8ed65b9742dec59a338 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sat, 9 Aug 2014 15:06:34 +0200 Subject: [ticket/12941] Check for Sami parse errors on Travis CI. PHPBB3-12941 --- travis/setup-unbuffer.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 travis/setup-unbuffer.sh (limited to 'travis/setup-unbuffer.sh') diff --git a/travis/setup-unbuffer.sh b/travis/setup-unbuffer.sh new file mode 100755 index 0000000000..4423d1b8b6 --- /dev/null +++ b/travis/setup-unbuffer.sh @@ -0,0 +1,14 @@ +#!/bin/sh +# +# This file is part of the phpBB Forum Software package. +# +# @copyright (c) phpBB Limited +# @license GNU General Public License, version 2 (GPL-2.0) +# +# For full copyright and license information, please see +# the docs/CREDITS.txt file. +# +set -e + +sudo apt-get update +sudo apt-get install -y expect-dev -- cgit v1.2.1