Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbittarelli6river committed Nov 10, 2020
1 parent e51653f commit d8e8bbc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ jobs:
source ~/.profile &&\
echo "nvm setup done" &&\
export NVM_DIR="$HOME/.nvm" &&\
echo "try run nvm.sh" &&\
[ -s "$NVM_DIR/nvm.sh" ] && source $NVM_DIR/nvm.sh &&\
echo "try run bash completion" &&\
[ -s "$NVM_DIR/bash_completion" ] && source $NVM_DIR/bash_completion &&\
echo "try install node" &&\
nvm install 8.12.0
- run:
Expand Down

0 comments on commit d8e8bbc

Please sign in to comment.