Skip to content

Commit 55c88ba

Browse files
committed
Run the system test on travis
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
1 parent 18aa744 commit 55c88ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ script:
7373
echo "Running the integration tests";
7474
vendor/bin/phpunit tests/Integration/;
7575
76+
- >
77+
echo;
78+
echo "Running the system tests";
79+
vendor/bin/phpunit tests/System/;
80+
7681
- >
7782
echo;
7883
echo "Running the static analysis";

0 commit comments

Comments
 (0)