Skip to content

Commit

Permalink
Do not test on 5.4 version of PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Blazek committed Jun 4, 2016
1 parent 0168359 commit 02a290d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ matrix:
# mark as finished before allow_failures are run
fast_finish: true
include:
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
Expand Down
2 changes: 1 addition & 1 deletion Tests/Cache/NullTest.php → Tests/Cache/NoCacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Netgen\Bundle\OpenWeatherMapBundle\Cache\HandlerInterface;
use Netgen\Bundle\OpenWeatherMapBundle\Cache\NoCache;

class NullTest extends \PHPUnit_Framework_TestCase
class NoCacheTest extends \PHPUnit_Framework_TestCase
{
public function testInstanceOfHandlerInterface()
{
Expand Down

0 comments on commit 02a290d

Please sign in to comment.