Skip to content

Commit a6c2528

Browse files
committed
Changed autoloader handling, minor tweaks to unstick Travis.
1 parent 4da1bed commit a6c2528

File tree

5 files changed

+8
-14
lines changed

5 files changed

+8
-14
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
/build/
2+
/vendor/
13
nbproject

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
language: php
22

33
php:
4+
- 5.3.3
45
- 5.3
56
- 5.4
67

7-
script: phpunit
8+
before_script:
9+
- composer install
10+
11+
script: phpunit --verbose

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22

33
<!-- see http://www.phpunit.de/wiki/Documentation -->
4-
<phpunit bootstrap="test/bootstrap.php"
4+
<phpunit bootstrap="vendor/autoload.php"
55
colors="true"
66
convertErrorsToExceptions="true"
77
convertNoticesToExceptions="true"

test/bootstrap.php

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)