From 5a2b5143a0535bcf93d8a312f1481912978c001e Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Mon, 22 Mar 2021 18:46:37 +0100 Subject: [PATCH] Adding coreutils for realpath --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1fa77b14..f1864b27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ node_js: - "12" before_install: + - sudo apt-get update + - 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