e16ae7b511
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
8 lines
143 B
YAML
8 lines
143 B
YAML
rvm:
|
|
- 1.8.7
|
|
- 1.9.3
|
|
notifications:
|
|
disabled: true
|
|
before_install:
|
|
- sudo apt-get update
|
|
- sudo apt-get install -y --force-yes asciidoc |