mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
install shells before running tests
This commit is contained in:
parent
52a384a0cc
commit
def7ec5364
@ -1,4 +1,6 @@
|
|||||||
language: bash
|
language: bash
|
||||||
|
install:
|
||||||
|
- sudo apt-get install ksh zsh -y
|
||||||
before_script:
|
before_script:
|
||||||
- curl -o /tmp/urchin https://raw.github.com/scraperwiki/urchin/master/urchin && chmod +x /tmp/urchin
|
- curl -o /tmp/urchin https://raw.github.com/scraperwiki/urchin/master/urchin && chmod +x /tmp/urchin
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user