From b7ca101ff8863461f7733598fb5c0db081193fc8 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Wed, 26 May 2021 13:18:58 +0200 Subject: [PATCH] Fixed the realpath installation for bionic --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a56fa19e..33cee1dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ node_js: before_install: - sudo apt-get update - - sudo apt-get -y install realpath + - sudo apt-get -y install coreutils - chmod +x ./scripts/travis/build.sh - chmod +x ./scripts/travis/deploy_server.sh - chmod +x ./scripts/travis/deploy_github.sh