Skip to content

Commit 5576b9d

Browse files
committed
add php7 to travis
1 parent 1503e5b commit 5576b9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7+
- 7.0
78
- hhvm-nightly
89

910
matrix:
@@ -13,4 +14,4 @@ matrix:
1314
before_script:
1415
- composer --prefer-source --dev install
1516
script:
16-
- phpunit test
17+
- phpunit

0 commit comments

Comments
 (0)