Fixed the realpath installation for bionic

master
WolverinDEV 2021-05-26 13:18:58 +02:00
parent 31c5aad507
commit b7ca101ff8
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 realpath - sudo apt-get -y install coreutils
- 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