mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-02-27 10:25:31 +08:00
Integrate with Travis
This commit is contained in:
parent
4bffd53da4
commit
daf80c39cc
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
language: generic
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- zsh
|
||||||
|
before_install:
|
||||||
|
- zsh --version
|
||||||
|
install:
|
||||||
|
- (mkdir /tmp/urchin && cd /tmp/urchin && curl -s "$(curl -s https://registry.npmjs.com/urchin | grep -Eo '"tarball":\s*"[^"]+"' | tail -n 1 | awk -F\" '{ print $4 }')" -O && tar -x -f urchin*)
|
||||||
|
- chmod +x /tmp/urchin/package/urchin
|
||||||
|
script:
|
||||||
|
- /tmp/urchin/package/urchin -s zsh tests
|
Loading…
Reference in New Issue
Block a user