You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A recent Travis build using the latest master branch of the framework failed to parse configuration:
PHP Fatal error: Uncaught exception 'Symfony\Component\Yaml\Exception\ParseException' with message 'The reserved indicator "`" cannot start a plain scalar; you need to quote the scalar at line 34 (near "2: `TEMP_FOLDER`").' in phar:///home/travis/build/silverleague/silverstripe-logviewer/phpunit/symfony/yaml/Inline.php:321
Stack trace:
#0 phar:///home/travis/build/silverleague/silverstripe-logviewer/phpunit/symfony/yaml/Inline.php(107): Symfony\Component\Yaml\Inline::parseScalar('`TEMP_FOLDER`', 0, NULL, Array, 13, true, Array)
#1 phar:///home/travis/build/silverleague/silverstripe-logviewer/phpunit/symfony/yaml/Parser.php(598): Symfony\Component\Yaml\Inline::parse('`TEMP_FOLDER`', 0, Array)
#2 phar:///home/travis/build/silverleague/silverstripe-logviewer/phpunit/symfony/yaml/Parser.php(261): Symfony\Component\Yaml\Parser->parseValue('`TEMP_FOLDER`', 0, 'mapping')
#3 phar:///home/travis/build/silverleague/silverstripe-logviewer/phpunit/symfony/yaml/Parser.php(354): Symfony\Component\Yaml\Parser->parse('0: 'en'\n1: null...', 0 in phar:///home/travis/build/silverleague/silverstripe-logviewer/phpunit/symfony/yaml/Inline.php on line 321
robbieaverill
changed the title
"Reserved indicator ` cannot start a plain scalar" on Travis CI builds for a module
[4.0] "Reserved indicator ` cannot start a plain scalar" on Travis CI builds for a module
Jan 31, 2017
A recent Travis build using the latest master branch of the framework failed to parse configuration:
The line was probably added in #6558.
I can't reproduce this locally, but it happens consistently on Travis.
The text was updated successfully, but these errors were encountered: