mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
5 lines
188 B
YAML
5 lines
188 B
YAML
language: bash
|
|
before_script:
|
|
- curl -o /tmp/urchin https://raw.github.com/scraperwiki/urchin/master/urchin && chmod +x /tmp/urchin
|
|
script:
|
|
- NVM_DIR=$TRAVIS_BUILD_DIR /tmp/urchin test |