no need for the extra task, every shell name is already a task

This commit is contained in:
Koen Punt
2014-05-10 12:27:11 +02:00
parent 61de5f9ca3
commit 24e22dd8bc
2 changed files with 2 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ install:
before_script:
- curl -o /tmp/urchin https://raw.githubusercontent.com/scraperwiki/urchin/master/urchin && chmod +x /tmp/urchin
script:
- NVM_DIR=$TRAVIS_BUILD_DIR make SHELL=$SHELL TEST_SUITE=$TEST_SUITE URCHIN=/tmp/urchin test_shell
- NVM_DIR=$TRAVIS_BUILD_DIR make TEST_SUITE=$TEST_SUITE URCHIN=/tmp/urchin $SHELL
env:
- SHELL=sh TEST_SUITE=fast
- SHELL=dash TEST_SUITE=fast