Travis glitches

This commit is contained in:
Daniil Gentili 2019-12-26 20:09:44 +01:00
parent aa8a1e8c37
commit 64928ccf7c
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
sed 's/^Loop::set.*;//g' -i vendor/amphp/amp/lib/Loop.php
echo 'Loop::set((new DriverFactory())->create());' >> vendor/amphp/amp/lib/Loop.php

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
find vendor/danog/madelineproto -type f -name '*.php' -exec sed 's/: EncryptableSocket/: \\Amp\\Socket\\Socket/g' -i {} +

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
rm -rf vendor/danog/madelineproto/docs