From 7f17f7165020db83aa06ce0af5b50766dd7baa65 Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Wed, 10 Feb 2021 14:19:34 +0100 Subject: [PATCH] updated .cirrus.yml --- .cirrus.yml | 3 +-- .travis.yml | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1dc3a7cb..3bfc27fd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -73,8 +73,7 @@ task: install_node_script: - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash - export NVM_DIR="$HOME/.nvm" - - [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm - - [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion + - source "$NVM_DIR/nvm.sh" # This loads nvm - nvm install node - cd ./nodejs_server_test_auth_basic_and_ssl - npm install diff --git a/.travis.yml b/.travis.yml index cf5fd36a..6bee1d96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,8 @@ jobs: os: osx osx_image: xcode12.3 before_script: + - pwd + - cd ./flutter_inappwebview - cd ./nodejs_server_test_auth_basic_and_ssl - npm install - cd ..