Closed hackmajoris closed 2 years ago
Hey @hackmajoris, Something went wrong with the build.
TravisCI finished with status errored
, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.
Hey @hackmajoris, Something went wrong with the build.
TravisCI finished with status errored
, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.
Hey @hackmajoris, Something went wrong with the build.
TravisCI finished with status errored
, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.
Build failed
Hey Alex, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.
Node.js: 8
npm test
``` > name-db@1.0.0 test /home/travis/build/bluzi/name-db > mocha name files 1) should contain valid JSON 2) should contain a lowercase name, same as the filename 3) should not have duplicate names 4) should have ISO-639-3 language codes 5) should have correct structure Translations 6) should be lowercase Sex 7) should be "m", "f" or "u" 8) should be lowercase 0 passing (51ms) 8 failing 1) name files should contain valid JSON: Error: Error in name file "alexander.json": Invalid JSON file SyntaxError: Unexpected token in JSON at position 367 at Context.it (test/test.js:16:23) 2) name files should contain a lowercase name, same as the filename: SyntaxError: Unexpected token in JSON at position 367 at JSON.parse (