Adding coreutils for realpath

This commit is contained in:
WolverinDEV 2021-03-22 18:46:37 +01:00
parent d7ed586417
commit 5a2b5143a0

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