From a9829f51eed2f49a0da90f4266a9371bab1236cb Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Wed, 26 May 2021 13:10:11 +0200 Subject: [PATCH] Reenabled realpath install --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9319f065..183e3706 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ node_js: - "12" before_install: -# - sudo apt-get update -# - sudo apt-get -y install realpath + - sudo apt-get update + - 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