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

This commit is contained in:
Bruno Windels
2018-07-31 10:35:21 +02:00
parent edf37e3592
commit c3b7e6c7cb
9 changed files with 8 additions and 8 deletions
Regular → Executable
+2 -2
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