pass env vars to makefile

master
Koen Punt 2014-05-09 16:34:45 +02:00
parent 8fbbeb8fc5
commit 7e20a77c89
1 changed files with 1 additions and 1 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 URCHIN=/tmp/urchin test_shell
- NVM_DIR=$TRAVIS_BUILD_DIR make SHELL=$SHELL TEST_SUITE=$TEST_SUITE URCHIN=/tmp/urchin test_shell
env:
- SHELL=sh TEST_SUITE=fast
- SHELL=dash TEST_SUITE=fast