Directly installing realpath

master
WolverinDEV 2021-03-23 17:37:57 +01:00
parent 0933690f59
commit f0903db925
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ node_js:
before_install: before_install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get -y install coreutils - sudo apt-get -y install realpath
- chmod +x ./scripts/travis/build.sh - chmod +x ./scripts/travis/build.sh
- chmod +x ./scripts/travis/deploy_server.sh - chmod +x ./scripts/travis/deploy_server.sh
- chmod +x ./scripts/travis/deploy_github.sh - chmod +x ./scripts/travis/deploy_github.sh