Skip to content

Commit

Permalink
Remove HHVM build target
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon committed Jun 22, 2014
1 parent 741e4ea commit 974afe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ php:
- 5.2
- 5.3
- 5.4
- hhvm
script: "phpunit --colors --coverage-text"
4 changes: 4 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ foreach ($tweets as $tweet) {
Changelog
---------

#### 1.5.1 - released 2014-06-22

* Remove HHVM build target from travis-ci as there is a bug in HHVM

#### 1.5.0 - released 2014-06-22

* Allows static calling of Model subclasses, ignoring namespace info during table name generation [[michaelward82](https://github.com/michaelward82)] - [issue #90](https://github.com/j4mie/paris/issues/90)
Expand Down

0 comments on commit 974afe5

Please sign in to comment.