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.
2 parents 197c2d3 + d32d0b1 commit 7f70292Copy full SHA for 7f70292
.travis.yml
@@ -0,0 +1,15 @@
1
+language: php
2
+
3
+php:
4
+ - 5.4
5
+ - 5.5
6
+ - 5.6
7
+ - 7.0
8
+ - nightly
9
+ - hhvm
10
11
+install:
12
+ - composer install --prefer-dist
13
14
+script:
15
+ - ./bin/phpunit tests/
composer.json
@@ -12,7 +12,7 @@
"php": ">=5.4,<8.0-DEV"
},
"require-dev": {
- "phpunit/phpunit": "4.7.6"
+ "phpunit/phpunit": "^4.8"
16
17
"config": {
18
"bin-dir": "bin"
0 commit comments