Browse Source

install shells before running tests

master
Koen Punt 11 years ago
parent
commit
def7ec5364
  1. 2
      .travis.yml

2
.travis.yml

@ -1,4 +1,6 @@ @@ -1,4 +1,6 @@
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:

Loading…
Cancel
Save