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
This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@ notifications:
|
|||||||
disabled: true
|
disabled: true
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install -y asciidoc
|
- sudo apt-get install -y --force-yes asciidoc
|
||||||
Reference in New Issue
Block a user