Skip to content

Commit 7b50ab4

Browse files
authored
Prepare for 1.3 (#98)
* Prepare for 1.3 * Make sure we run the tests on HHVM
1 parent b18fb8f commit 7b50ab4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ php:
1111
- 5.6
1212
- 7.0
1313
- 7.1
14-
- hhvm
1514

1615
env:
1716
global:
@@ -25,10 +24,13 @@ branches:
2524
matrix:
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

3335
before_install:
3436
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## 1.3.0 - 2017-08-03
44

55
### Added
66

0 commit comments

Comments
 (0)