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 2e5281c commit 5f68890Copy full SHA for 5f68890
.travis.yml
@@ -1,19 +1,22 @@
1
language: php
2
3
php:
4
- - 5.4
5
- - 5.5
6
- 5.6
7
- 7.0
8
- 7.1
9
- 7.2
+ - 7.3
10
11
matrix:
12
include:
13
- php: 5.3
14
dist: precise
+ - php: 5.4
15
+ dist: trusty
16
+ - php: 5.5
17
18
19
sudo: false
20
21
before_script: composer install
-script: phpunit
22
+script: vendor/bin/phpunit
composer.json
@@ -24,6 +24,6 @@
24
}
25
},
26
"require-dev": {
27
- "phpunit/phpunit": " 4.8.35"
+ "phpunit/phpunit": "^4.8|^5"
28
29
0 commit comments