Skip to content
Snippets Groups Projects
Commit 0f8f85aa authored by Brent Shaffer's avatar Brent Shaffer Committed by GitHub
Browse files

Fixes travis, adds PHP 7.1, and removes HHVM (#160)

parent 2261c1cf
Branches
Tags
No related merge requests found
......@@ -2,3 +2,4 @@ vendor
phpunit.phar
phpunit.phar.asc
composer.phar
composer.lock
......@@ -6,12 +6,9 @@ php:
- 5.5
- 5.6
- 7.0
- hhvm
- 7.1
sudo: false
before_script:
- wget -nc http://getcomposer.org/composer.phar
- php composer.phar install
script: phpunit --configuration phpunit.xml.dist
before_script: composer install
script: phpunit
......@@ -23,5 +23,8 @@
"Firebase\\JWT\\": "src"
}
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"require-dev": {
"phpunit/phpunit": " 4.8.35"
}
}
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "60a5df5d283a7ae9000173248eba8909",
"packages": [],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.2.0"
},
"platform-dev": []
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment