Skip to content

Commit 5508132

Browse files
authored
Merge pull request #23 from akrabat/fix-travis
Force PHPUnit 4.0 for testing
2 parents c1cce9f + 6f66316 commit 5508132

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ php:
55
- 5.6
66
- 7.0
77
- 7.1
8-
- hhvm
9-
10-
matrix:
11-
allow_failures:
12-
- php: 7.1
138

149
before_script: composer install
1510

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"psr/http-message": "^1.0"
1818
},
1919
"require-dev": {
20-
"slim/slim": "^3.0"
20+
"slim/slim": "^3.0",
21+
"phpunit/phpunit": "^4.0"
2122
},
2223
"autoload": {
2324
"psr-4": {

0 commit comments

Comments
 (0)