We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b3174 commit dabe09eCopy full SHA for dabe09e
.travis.yml
@@ -6,12 +6,9 @@ php:
6
- 5.5
7
- 5.6
8
- 7.0
9
- - hhvm
+ - 7.1
10
11
sudo: false
12
13
-before_script:
14
- - wget -nc http://getcomposer.org/composer.phar
15
- - php composer.phar install
16
-
17
-script: phpunit --configuration phpunit.xml.dist
+before_script: composer install
+script: phpunit
composer.json
@@ -23,5 +23,8 @@
23
"Firebase\\JWT\\": "src"
24
}
25
},
26
- "minimum-stability": "dev"
+ "minimum-stability": "dev",
27
+ "require-dev": {
28
+ "phpunit/phpunit": " 4.8.35"
29
+ }
30
0 commit comments