Bug #3041
closedInvalid YAML syntax in .travis.yml
100%
Description
.travis.yml contains invalid YAML.
The error is:
did not find expected alphabetic or numeric character while scanning an anchor at line 12 column 36
lines 12-13 contain special characters and must be quoted.
Updated by Junxiao Shi over 9 years ago
- Description updated (diff)
- Priority changed from Normal to Low
Confirmed with http://www.yamllint.com/.
The offending character appears to be &
.
ndn-tools .travis.yml is similar to NFD's but uses if; then; fi
and is valid YAML.
Updated by Junxiao Shi over 9 years ago
- Priority changed from Low to Urgent
Raising priority because TravisCI builds are failing: https://travis-ci.org/named-data/NFD/builds/70670587
Updated by Davide Pesavento over 9 years ago
Junxiao Shi wrote:
Raising priority because TravisCI builds are failing: https://travis-ci.org/named-data/NFD/builds/70670587
...obviously. I'm wondering why we have travis at all since we're testing on jenkins before merging each commit.
Updated by Alex Afanasyev over 9 years ago
- Status changed from New to Code review
- Assignee set to Alex Afanasyev
- % Done changed from 0 to 100
Verified with https://travis-ci.org/cawka/NFD/builds/71032144
Updated by Alex Afanasyev over 9 years ago
Travis has a slightly different environment (clean environment for every build). Also, travis is a public resource, unlike our semi-private Jenkins installation.
In any case, the more checks we have, the better.
Updated by Junxiao Shi over 9 years ago
- Status changed from Code review to Closed