From 2d3c40943abe454c8599d1d9652fa7ecb9c7a008 Mon Sep 17 00:00:00 2001 From: Gunter Labes Date: Wed, 6 Mar 2019 10:29:10 +0100 Subject: [PATCH] revert unbuffer install It's in the docker image now. --- .travis.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 961725b3fd93..944c89567993 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,6 @@ language: cpp sudo: required -addons: - apt: - packages: - - expect-dev # for unbuffer - services: - docker @@ -46,8 +41,7 @@ install: - . ./utils/travis/steps/install.sh script: - - bash -c 'echo "$TERM"; tput setaf 1; echo red; tput sgr0; echo normal' - - unbuffer ./utils/travis/steps/script.sh + - ./utils/travis/steps/script.sh notifications: email: false