Adding coreutils for realpath

master
WolverinDEV 2021-03-22 18:46:37 +01:00
parent d7ed586417
commit 5a2b5143a0
1 changed files with 2 additions and 0 deletions

View File

@ -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