Skip to content

Commit 460be12

Browse files
Testing improvements
1 parent e4f9adb commit 460be12

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.travis.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@ php:
44
- 5.3
55
- 5.4
66
- 5.5
7+
- 5.6
78
- hhvm
89

910
before_script:
10-
- composer self-update
11-
- composer install --no-interaction --prefer-source --dev
11+
- travis_retry composer self-update
12+
- travis_retry composer install --no-interaction --prefer-source --dev
1213

1314
script:
14-
- phpunit
15-
16-
matrix:
17-
allow_failures:
18-
- php: hhvm
19-
fast_finish: true
15+
- vendor/bin/phpunit --verbose

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"psr/log": "~1.0"
1616
},
1717
"require-dev": {
18-
"php": ">=5.3.0"
18+
"phpunit/phpunit": "~4.0"
1919
},
2020
"autoload": {
2121
"psr-0": {"DebugBar": "src/"}
@@ -27,7 +27,7 @@
2727
},
2828
"extra": {
2929
"branch-alias": {
30-
"dev-master": "1.x-dev"
30+
"dev-master": "1.9-dev"
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)