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

Commit 6144239

Browse files
author
Omer Levi Hevroni
committed
added travis ci support
1 parent 623f23a commit 6144239

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
sudo: required
2+
3+
services:
4+
- docker
5+
6+
script:
7+
- docker-compose up -d --build
8+
- docker-compose run wordpress vendor/bin/phpunit

0 commit comments

Comments
 (0)