We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18fb8f commit 7b50ab4Copy full SHA for 7b50ab4
.travis.yml
@@ -11,7 +11,6 @@ php:
11
- 5.6
12
- 7.0
13
- 7.1
14
- - hhvm
15
16
env:
17
global:
@@ -25,10 +24,13 @@ branches:
25
24
matrix:
26
allow_failures:
27
- php: hhvm
+ dist: trusty
28
fast_finish: true
29
include:
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
+ env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" PULI_VERSION=1.0.0-beta9
32
+ - php: hhvm
33
34
35
before_install:
36
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## Unreleased
+## 1.3.0 - 2017-08-03
4
5
### Added
6
0 commit comments