From 3eb0ca077e2e924ccef34516cc50c3a779294766 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 18 Dec 2016 23:10:17 +0100 Subject: [PATCH] Fix Travis builds Test on PHP 7 and 5.6 --- .travis.yml | 2 +- composer.json | 4 ++-- composer.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index bc33f0d..dfeb0ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: php php: - 5.6 + - 7 install: - composer install before_install: - - composer selfupdate - npm install -g npm@3 after_success: - bash <(curl -s https://codecov.io/bash) diff --git a/composer.json b/composer.json index de89a34..622e1d7 100644 --- a/composer.json +++ b/composer.json @@ -36,8 +36,8 @@ "name": "rg3/youtube-dl", "version": "2016.09.08", "dist": { - "type": "tar", - "url": "https://github.com/rg3/youtube-dl/archive/2016.09.08.tar.gz" + "type": "zip", + "url": "https://github.com/rg3/youtube-dl/archive/2016.12.18.zip" } } }, diff --git a/composer.lock b/composer.lock index 3d4ff6d..c2fe3b9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "b012f269a785a013725ff7f6cbf59df3", - "content-hash": "6745f521db34e3a535092cab5eec8afc", + "hash": "a16b07104a463e2beb02558d3c6d97b1", + "content-hash": "ed2f2e09c9147797cc42a8ffb8d878bb", "packages": [ { "name": "aura/session", @@ -1425,8 +1425,8 @@ "name": "rg3/youtube-dl", "version": "2016.09.08", "dist": { - "type": "tar", - "url": "https://github.com/rg3/youtube-dl/archive/2016.09.08.tar.gz", + "type": "zip", + "url": "https://github.com/rg3/youtube-dl/archive/2016.12.18.zip", "reference": null, "shasum": null },