Fix Travis builds
Test on PHP 7 and 5.6
This commit is contained in:
parent
f43da1bc57
commit
3eb0ca077e
3 changed files with 7 additions and 7 deletions
|
@ -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)
|
||||||
|
|
|
@ -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
8
composer.lock
generated
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue