Merge pull request #38 from matt-kwong/kokoro

Fix run-tests.sh script
This commit is contained in:
Nicolas Noble 2017-09-17 23:43:47 -07:00 committed by GitHub
commit 818fb3423f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | b
set -e
cd $(dirname $0)
if [ "x$node_versions" == "x" ] ; then
if [ "x$node_versions" = "x" ] ; then
node_versions="6 7 8"
fi