From f0903db92584e692cadb626e84681c243c0775e9 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Tue, 23 Mar 2021 17:37:57 +0100 Subject: [PATCH] Directly installing realpath --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f1864b27..ac309a53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ node_js: before_install: - sudo apt-get update - - sudo apt-get -y install coreutils + - sudo apt-get -y install realpath - chmod +x ./scripts/travis/build.sh - chmod +x ./scripts/travis/deploy_server.sh - chmod +x ./scripts/travis/deploy_github.sh