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:
bootstraponline
2012-10-13 14:07:15 -06:00
parent 174334ea44
commit e16ae7b511
+1 -1
View File
@@ -5,4 +5,4 @@ notifications:
disabled: true
before_install:
- sudo apt-get update
- sudo apt-get install -y asciidoc
- sudo apt-get install -y --force-yes asciidoc