Adding coreutils for realpath
parent
d7ed586417
commit
5a2b5143a0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue