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

Commit 607e6c0

Browse files
committed
travis: run on windows
1 parent 13ec531 commit 607e6c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: php
2-
sudo: false
3-
dist: trusty
2+
3+
os:
4+
- windows
5+
- linux
46

57
php:
6-
- 5.5
78
- 5.6
8-
- 7.0
9-
- 7.1
9+
- 7.3
1010

1111
script:
1212
- vendor/phpunit/phpunit/phpunit

0 commit comments

Comments
 (0)