make scripts executable, running them with sh does something weird on travis
This commit is contained in:
Regular → Executable
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user