mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
8 lines
246 B
YAML
8 lines
246 B
YAML
language: bash
|
|
install:
|
|
- sudo apt-get install ksh zsh -y
|
|
before_script:
|
|
- curl -o /tmp/urchin https://raw.github.com/scraperwiki/urchin/master/urchin && chmod +x /tmp/urchin
|
|
script:
|
|
- NVM_DIR=$TRAVIS_BUILD_DIR make URCHIN=/tmp/urchin test
|