mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-02-06 10:39:21 +03:00
Tell travis to run commands as root.
This commit is contained in:
parent
2adbb68a54
commit
59dd786f2e
@ -3,8 +3,8 @@
|
|||||||
if [ -n "$TRAVIS" ]; then
|
if [ -n "$TRAVIS" ]; then
|
||||||
|
|
||||||
echo 'Travis config not yet written'
|
echo 'Travis config not yet written'
|
||||||
cp -Rp $TRAVIS_BUILD_DIR/tests/resources /resources
|
sudo cp -Rp $TRAVIS_BUILD_DIR/tests/resources /resources
|
||||||
/bin/bash /resources/Scripts/Provision.sh
|
sudo /bin/bash /resources/Scripts/Provision.sh
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user