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

Commit 6a0b95b

Browse files
committed
icecave/testing integration.
1 parent 9314d0e commit 6a0b95b

File tree

7 files changed

+119
-97
lines changed

7 files changed

+119
-97
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
.gitattributes export-ignore
22
.gitignore export-ignore
33
.travis.yml export-ignore
4-
phpunit.xml export-ignore
5-
phpunit.reports.xml export-ignore
64
test export-ignore

.travis.yml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
language: php
2-
before_script:
3-
- composer install --dev
4-
script: phpunit
2+
53
php:
6-
- 5.3.3
7-
- 5.3
8-
- 5.4
4+
- 5.3.3
5+
- 5.3
6+
- 5.4
7+
- 5.5
8+
9+
env:
10+
global:
11+
- secure: "gHTQ99M+OQXV2YiG94rVQzpiNlVf/Jot8TDd3AsePHEQP3KCiMSnl4YbA53h\n90YqJ+YjDbiRKTo5B9iDpdcKwt6jWBnc6u8xJhXQXzTNVZuby9SOF5simKp5\n1Q+C7N05ihihanUnJSW7puyMEiuXHJ7qMKpFZGQ//JTHojwlSaw="
12+
13+
matrix:
14+
allow_failures:
15+
- php: 5.5
16+
17+
install: composer install --dev
18+
script: ./vendor/bin/travis-build
19+
after_success: ./vendor/bin/travis-success

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"require": {
1515
"php": ">=5"
1616
},
17+
"require-dev": {
18+
"icecave/testing": "dev-master"
19+
},
1720
"autoload": {
1821
"psr-0": {
1922
"Ezzatron\\LCS": "src"

composer.lock

Lines changed: 99 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpunit.reports.xml

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

phpunit.xml

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

test/bootstrap.php

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

0 commit comments

Comments
 (0)