mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-07 04:58:35 +00:00
Added travis config, fixed tests for use on travis
This commit is contained in:
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
Reference in New Issue
Block a user