1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 01:34:40 +01:00

Fix travis ci build script

This commit is contained in:
Daniil Gentili 2018-02-20 12:17:04 +00:00
parent 46b48ab563
commit ba7e67caf4

View File

@ -1,5 +1,5 @@
#!/bin/sh -e
composer update
php makephar.php
[ -d JSON.sh ] || git clone https://github.com/dominictarr/JSON.sh