aboutsummaryrefslogtreecommitdiffhomepage
path: root/jenkins/pull_request_in_docker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins/pull_request_in_docker.sh')
-rwxr-xr-xjenkins/pull_request_in_docker.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/jenkins/pull_request_in_docker.sh b/jenkins/pull_request_in_docker.sh
index 78a9253a..66f3bb23 100755
--- a/jenkins/pull_request_in_docker.sh
+++ b/jenkins/pull_request_in_docker.sh
@@ -58,6 +58,12 @@ parallel --results $LOG_OUTPUT_DIR --joblog $OUTPUT_DIR/joblog $TEST_SCRIPT :::
ruby_all \
javascript \
golang \
+ php5.5 \
+ php5.6 \
+ php7.0 \
+ php5.5_c \
+ php5.6_c \
+ php7.0_c \
|| true # Process test results even if tests fail.
cat $OUTPUT_DIR/joblog