diff --git a/.travis.yml b/.travis.yml index 48e22545..a8e5057d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,4 @@ php: - 5.2 - 5.3 - 5.4 - - hhvm script: "phpunit --colors --coverage-text" diff --git a/README.markdown b/README.markdown index 7947d92b..1335064e 100644 --- a/README.markdown +++ b/README.markdown @@ -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)