Skip to content

Commit 7f70292

Browse files
committed
Merge pull request #7 from intrepion/adding-travis-configuration
Adding travis configuration
2 parents 197c2d3 + d32d0b1 commit 7f70292

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.travis.yml

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"php": ">=5.4,<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)