make scripts executable, running them with sh does something weird on travis

This commit is contained in:
Bruno Windels 2018-07-27 16:01:54 +02:00
parent edf37e3592
commit c3b7e6c7cb
9 changed files with 8 additions and 8 deletions

4
install.sh Normal file → Executable file
View 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