Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
Trying for 5.3.3 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Sep 17, 2014
1 parent 276b921 commit 4ccd508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: php

php: ["5.3", "5.4", "5.5", "hhvm"]
php: ["5.3.3", "5.3", "5.4", "5.5", "5.6", "hhvm", "hhvm-nightly"]

matrix:
allow_failures:
- php: hhvm
allow_failures: [{"php": "5.6"}, {"php": "hhvm"}, {"php": "hhvm-nightly"}]
fast_finish: true

env:
global:
Expand Down
7 changes: 0 additions & 7 deletions src/Exception/AbstractInvalidPathAtomException.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,5 @@ public function atom()
return $this->atom;
}

/**
* Get the reason message.
*
* @return string The reason message.
*/
abstract public function reason();

private $atom;
}

0 comments on commit 4ccd508

Please sign in to comment.