| Index: .travis/activate-nodejs.sh |
| diff --git a/.travis/activate-nodejs.sh b/.travis/activate-nodejs.sh |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fb46a0356c53262a231691202df8065b3a8cf22c |
| --- /dev/null |
| +++ b/.travis/activate-nodejs.sh |
| @@ -0,0 +1,10 @@ |
| +#!/usr/bin/env bash |
| + |
| +if [[ -z ${NVM_DIR} ]]; then |
| +NVM_DIR=${HOME}/.nvm |
| +fi |
| + |
| +. ${NVM_DIR}/nvm.sh |
| +nvm use default |
| + |
| + |