File tree 2 files changed +17
-10
lines changed
2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change
1
+ sudo : false
2
+ dist : trusty
1
3
language : php
2
- php :
3
- - " 5.4"
4
- - " 5.5"
5
- - " 5.6"
6
- - " 7.0"
7
4
8
5
matrix :
9
6
include :
10
- - php : " 5.3"
7
+ - php : 5.3
11
8
dist : precise
9
+ - php : 5.4
10
+ - php : 5.5
11
+ - php : 5.6
12
+ - php : 7.0
13
+ - php : 7.1
14
+ - php : 7.2
15
+ - php : nightly
16
+ allow_failures :
17
+ - php : nightly
18
+ fast_finish : true
12
19
13
20
branches :
14
21
only :
15
22
- devel
16
23
- master
17
24
18
25
before_script :
19
- - wget -O phpunit.phar https://phar.phpunit.de/phpunit-4.8.phar
26
+ - composer install
20
27
21
28
script :
22
- - php phpunit.phar --version
23
- - php phpunit.phar -v -c tests/phpunit.xml
29
+ - vendor/bin/ phpunit --version
30
+ - vendor/bin/ phpunit -v -c tests/phpunit.xml
24
31
25
32
notifications :
26
33
email :
Original file line number Diff line number Diff line change 17
17
"php" : " >=5.0.0"
18
18
},
19
19
"require-dev" : {
20
- "phpunit/phpunit" : " * "
20
+ "phpunit/phpunit" : " ~4.8|5.7 "
21
21
},
22
22
"autoload" : {
23
23
"classmap" : [" Mobile_Detect.php" ],
You can’t perform that action at this time.
0 commit comments