File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1111 - 5.6
1212 - 7.0
1313 - 7.1
14- - hhvm
1514
1615env :
1716 global :
@@ -25,10 +24,13 @@ branches:
2524matrix :
2625 allow_failures :
2726 - php : hhvm
27+ dist : trusty
2828 fast_finish : true
2929 include :
3030 - php : 5.5
31- env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" PULI_VERSION=1.0.0-beta9
31+ env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" PULI_VERSION=1.0.0-beta9
32+ - php : hhvm
33+ dist : trusty
3234
3335before_install :
3436 - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
Original file line number Diff line number Diff line change 11# Change Log
22
3- ## Unreleased
3+ ## 1.3.0 - 2017-08-03
44
55### Added
66
You can’t perform that action at this time.
0 commit comments