We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9787c43 commit f851716Copy full SHA for f851716
.travis.yml
@@ -11,6 +11,7 @@ install:
11
- chmod +x /tmp/urchin/package/urchin
12
- '[ -z "$WITHOUT_CURL" ] || sudo apt-get remove curl -y'
13
script:
14
+ - export PATH=$(echo $PATH | sed 's/::/:/')
15
- NVM_DIR=$TRAVIS_BUILD_DIR make TEST_SUITE=$TEST_SUITE URCHIN=/tmp/urchin/package/urchin test-$SHELL
16
env:
17
- SHELL=bash TEST_SUITE=install_script
0 commit comments