Reenabled realpath install
parent
a82c9b90b7
commit
a9829f51ee
|
@ -5,8 +5,8 @@ node_js:
|
||||||
- "12"
|
- "12"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# - sudo apt-get update
|
- sudo apt-get update
|
||||||
# - sudo apt-get -y install realpath
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue