nvm/.travis.yml

9 lines
274 B
YAML
Raw Normal View History

language: c # defaults to ruby
2014-03-23 01:51:14 +08:00
install:
- sudo apt-get install ksh zsh -y
before_script:
2014-04-26 15:48:06 +08:00
- curl -o /tmp/urchin https://raw.githubusercontent.com/scraperwiki/urchin/master/urchin && chmod +x /tmp/urchin
script:
2014-03-23 01:51:14 +08:00
- NVM_DIR=$TRAVIS_BUILD_DIR make URCHIN=/tmp/urchin test