From e16ae7b511b8eff107da6c61937a327efc7f0808 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Sat, 13 Oct 2012 14:07:15 -0600 Subject: [PATCH] Travis is having a bad day E: There are problems and -y was used without --force-yes before_install: 'sudo apt-get install -y asciidoc' returned false. Done. Build script exited with: 1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index efb99f34..28f16f77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ notifications: disabled: true before_install: - sudo apt-get update - - sudo apt-get install -y asciidoc \ No newline at end of file + - sudo apt-get install -y --force-yes asciidoc \ No newline at end of file