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 11
11
- 5.6
12
12
- 7.0
13
13
- 7.1
14
- - hhvm
15
14
16
15
env :
17
16
global :
@@ -25,10 +24,13 @@ branches:
25
24
matrix :
26
25
allow_failures :
27
26
- php : hhvm
27
+ dist : trusty
28
28
fast_finish : true
29
29
include :
30
30
- 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
32
34
33
35
before_install :
34
36
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## Unreleased
3
+ ## 1.3.0 - 2017-08-03
4
4
5
5
### Added
6
6
You can’t perform that action at this time.
0 commit comments