Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 200ac39

Browse files
committed
2.0.0 - Improved version only compatible with PHP > 7.0
1 parent 9e8004a commit 200ac39

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@ matrix:
3131
allow_failures:
3232
- php: nightly
3333

34+
before_install:
35+
-sudo apt-get update
36+
-sudo apt-get install gnome-terminal
37+
3438
before_script:
35-
- php -S localhost:8000 -t tests/
39+
- gnome-terminal -e 'php -S localhost:8000 -t tests/'
3640
- export PATH="./vendor/bin:$PATH"
3741
- travis_retry composer self-update
3842
- travis_retry composer install --no-interaction --prefer-source --dev

0 commit comments

Comments
 (0)