Reenabled realpath install

master
WolverinDEV 2021-05-26 13:10:11 +02:00
parent a82c9b90b7
commit a9829f51ee
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ node_js:
- "12"
before_install:
# - sudo apt-get update
# - sudo apt-get -y install realpath
- sudo apt-get update
- sudo apt-get -y install realpath
- chmod +x ./scripts/travis/build.sh
- chmod +x ./scripts/travis/deploy_server.sh
- chmod +x ./scripts/travis/deploy_github.sh