Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit c0b3a02

Browse files
committed
Update php version
1 parent 2c80784 commit c0b3a02

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

circle.yml

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
machine:
22
php:
3-
version: 5.3.10
4-
3+
version: 5.6.17
4+
55
dependencies:
66
pre:
77
- curl -s http://getcomposer.org/installer | php
88
- php composer.phar install -n
9-
- sed -i 's/^;//' ~/.phpenv/versions/$(phpenv global)/etc/conf.d/xdebug.ini
10-
9+
1110
test:
1211
post:
1312
- php vendor/bin/phpunit
14-
15-
deployment:
16-
coverage:
17-
branch: master
18-
commands:
19-
- php bin/codacycoverage clover
13+
- php bin/codacycoverage clover

0 commit comments

Comments
 (0)