Skip to content

Commit

Permalink
revert unbuffer install
Browse files Browse the repository at this point in the history
It's in the docker image now.
  • Loading branch information
soliton- committed Mar 6, 2019
1 parent 51e4d1b commit 2d3c409
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
@@ -1,11 +1,6 @@
language: cpp
sudo: required

addons:
apt:
packages:
- expect-dev # for unbuffer

services:
- docker

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2d3c409

Please sign in to comment.