File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
- sudo : false
4
- dist : precise
5
-
6
3
php :
7
4
- 5.6
8
5
- 7.0
9
6
- 7.1
7
+ - 7.2
10
8
11
9
matrix :
12
10
fast_finish : true
@@ -19,5 +17,5 @@ before_script:
19
17
- echo 'extension = "mongodb.so"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
20
18
- ./scripts/travis
21
19
- composer install
22
-
20
+
23
21
script : ./vendor/bin/phpunit
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ case "$TRAVIS_PHP_VERSION" in
29
29
printf " yes\nyes\nno\nyes\n" | pecl install pecl_http-2.5.5
30
30
;;
31
31
32
- " 7.0" | " 7.1" )
32
+ " 7.0" | " 7.1" | " 7.2 " )
33
33
printf " yes\nyes\nno\nyes\n" | C_INCLUDE_PATH=/usr/include/gnutls pecl install pecl_http
34
34
;;
35
35
@@ -63,4 +63,3 @@ echo "============ php ini ============"
63
63
php -ini
64
64
echo " ============ php exts ============"
65
65
php -r ' $exts = get_loaded_extensions(); foreach($exts as $ext){$v=phpversion($ext); echo "$ext = $v\n";}'
66
-
You can’t perform that action at this time.
0 commit comments