Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 9fd285a

Browse files
committed
Launch PHP webserver for travis
1 parent 02e054d commit 9fd285a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.3
54
- 5.4
65
- 5.5
76
- 5.6
@@ -28,6 +27,7 @@ before_script:
2827

2928
script:
3029
- phpunit --coverage-text
30+
- ./vendor/symfony-cmf/testing/bin/server
3131
- ./vendor/bin/behat
3232

3333
notifications:

0 commit comments

Comments
 (0)