Skip to content

Commit

Permalink
remove php5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlui committed Oct 30, 2015
1 parent 58d7f82 commit 20b40f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: php

# list any PHP version you want to test against
php:
- 5.4
- 5.5
- 5.6
- 7.0
Expand Down
3 changes: 3 additions & 0 deletions phpunit.php
@@ -0,0 +1,3 @@
<?php

require __DIR__.'/vendor/autoload.php';
2 changes: 1 addition & 1 deletion phpunit.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="bootstrap.php"
bootstrap="phpunit.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="false"
Expand Down

0 comments on commit 20b40f4

Please sign in to comment.