make scripts executable, running them with sh does something weird on travis
This commit is contained in:
parent
edf37e3592
commit
c3b7e6c7cb
9 changed files with 8 additions and 8 deletions
4
install.sh
Normal file → Executable file
4
install.sh
Normal file → Executable file
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
# run with PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true sh install.sh if chrome is already installed
|
||||
sh synapse/install.sh
|
||||
sh riot/install.sh
|
||||
./synapse/install.sh
|
||||
./riot/install.sh
|
||||
npm install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue