Skip to content

Commit 8a337d7

Browse files
committed
Merge pull request tedious#87 from tedivm/housekeeping
Housekeeping
2 parents facc3af + b1698c4 commit 8a337d7

File tree

5 files changed

+8
-137
lines changed

5 files changed

+8
-137
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
language: php
22

3-
php:
3+
php:
44
- 5.3
55
- 5.4
6+
- 5.5
67

78
before_script:
89
- composer install --dev
9-
- tests/php_setup.sh
10-
- phpenv config-add tests/php_extensions.ini
10+
- tests/travis/php_setup.sh
11+
- phpenv config-add tests/travis/php_extensions.ini
1112

1213
script: phpunit --verbose --coverage-text
1314

tests/bootstrap.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
$filename = __DIR__ .'/../vendor/autoload.php';
1818

1919
if (!file_exists($filename)) {
20-
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" . PHP_EOL;
21-
echo "You need to execute `composer install` before running the tests." . PHP_EOL;
22-
echo "(vendors are required for test execution)" . PHP_EOL;
23-
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" . PHP_EOL . PHP_EOL;
20+
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" . PHP_EOL;
21+
echo " You need to execute `composer install` before running the tests. " . PHP_EOL;
22+
echo " Vendors are required for complete test execution. " . PHP_EOL;
23+
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" . PHP_EOL . PHP_EOL;
2424
$filename = __DIR__ .'/../autoload.php';
2525
}
2626

tests/travis.setup.php

Lines changed: 0 additions & 130 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)