1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-22 07:06:40 +02:00

Fix Travis builds

Test on PHP 7 and 5.6
This commit is contained in:
Pierre Rudloff 2016-12-18 23:10:17 +01:00
parent f43da1bc57
commit 3eb0ca077e
3 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,10 @@
language: php language: php
php: php:
- 5.6 - 5.6
- 7
install: install:
- composer install - composer install
before_install: before_install:
- composer selfupdate
- npm install -g npm@3 - npm install -g npm@3
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)

View File

@ -36,8 +36,8 @@
"name": "rg3/youtube-dl", "name": "rg3/youtube-dl",
"version": "2016.09.08", "version": "2016.09.08",
"dist": { "dist": {
"type": "tar", "type": "zip",
"url": "https://github.com/rg3/youtube-dl/archive/2016.09.08.tar.gz" "url": "https://github.com/rg3/youtube-dl/archive/2016.12.18.zip"
} }
} }
}, },

8
composer.lock generated
View File

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "b012f269a785a013725ff7f6cbf59df3", "hash": "a16b07104a463e2beb02558d3c6d97b1",
"content-hash": "6745f521db34e3a535092cab5eec8afc", "content-hash": "ed2f2e09c9147797cc42a8ffb8d878bb",
"packages": [ "packages": [
{ {
"name": "aura/session", "name": "aura/session",
@ -1425,8 +1425,8 @@
"name": "rg3/youtube-dl", "name": "rg3/youtube-dl",
"version": "2016.09.08", "version": "2016.09.08",
"dist": { "dist": {
"type": "tar", "type": "zip",
"url": "https://github.com/rg3/youtube-dl/archive/2016.09.08.tar.gz", "url": "https://github.com/rg3/youtube-dl/archive/2016.12.18.zip",
"reference": null, "reference": null,
"shasum": null "shasum": null
}, },