Skip to content

Commit 5f68890

Browse files
authored
Fixes tests, adds PHP 7.3 (#257)
1 parent 2e5281c commit 5f68890

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.travis.yml

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

33
php:
4-
- 5.4
5-
- 5.5
64
- 5.6
75
- 7.0
86
- 7.1
97
- 7.2
8+
- 7.3
109

1110
matrix:
1211
include:
1312
- php: 5.3
1413
dist: precise
14+
- php: 5.4
15+
dist: trusty
16+
- php: 5.5
17+
dist: trusty
1518

1619
sudo: false
1720

1821
before_script: composer install
19-
script: phpunit
22+
script: vendor/bin/phpunit

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
}
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": " 4.8.35"
27+
"phpunit/phpunit": "^4.8|^5"
2828
}
2929
}

0 commit comments

Comments
 (0)