1
0
mirror of https://github.com/nvm-sh/nvm.git synced 2025-10-12 20:17:28 +08:00
nvm/.travis.yml
2014-03-22 18:51:39 +01:00

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