From ba7e67caf4871835e78d9b9f175792f9a440c780 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 20 Feb 2018 12:17:04 +0000 Subject: [PATCH] Fix travis ci build script --- tests/makephar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/makephar.sh b/tests/makephar.sh index 36f8d3737..4bafc3816 100755 --- a/tests/makephar.sh +++ b/tests/makephar.sh @@ -1,5 +1,5 @@ #!/bin/sh -e - +composer update php makephar.php [ -d JSON.sh ] || git clone https://github.com/dominictarr/JSON.sh