Skip to content

travis.yml script mishandles config path prefix #71

@martinhbramwell

Description

@martinhbramwell

The ci file scaffolds/continuous-integration/.travis.yml attempts to set the npm CONFIG_PREFIX environment variable, before Travis installs node & npm.

    [0K
    [33;1mSetting environment variables from .travis.yml[0m
    $ export TRAVIS=true
    $ export CONFIG_PREFIX=`npm config get prefix`
    $ export DISPLAY=:99.0

        : 
        : 

    [0K$ node --version
    v0.10.38

        : 
        : 

    [0K$ echo ${CONFIG_PREFIX}
    /home/travis/.nvm/v0.10.36

        : 
        : 

    Extracting zip contents
    Copying to target path
    /home/travis/.nvm/v0.10.38/lib/node_modules/starrynight/node_mo . . . . . 

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