Skip to content

Commit c25eadd

Browse files
committed
Trying out all the versions of PHP on travis
1 parent 197c2d3 commit c25eadd

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: php
2+
3+
php:
4+
- 5.3
5+
- 5.4
6+
- 5.5
7+
- 5.6
8+
- 7.0
9+
- nightly
10+
- hhvm
11+
12+
install:
13+
- composer install --prefer-dist
14+
15+
script:
16+
- ./bin/phpunit tests/

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"API"
1010
],
1111
"require": {
12-
"php": ">=5.4,<8.0-DEV"
12+
"php": ">=5.3,<8.0-DEV"
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": "4.7.6"
15+
"phpunit/phpunit": "^4.8"
1616
},
1717
"config": {
1818
"bin-dir": "bin"

0 commit comments

Comments
 (0)