Skip to content

Fails when used in travis as dependency #139

@markusa

Description

@markusa

Dear all,

below you find a minimal travis configuration file which stops travis from further continue the make command. It stops with:
The command "sudo npm install -g markdown-spellcheck" failed and exited with 1 during .

.travis.yml:

dist: focal
before_install:
 - sudo apt-get update
install: 
 - sudo apt-get install npm
 - sudo apt-get install hunspell hunspell-en-us
 - sudo npm install -g markdown-spellcheck
script: make

Any ideas how to fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions