Browse Source

Trigger automated tests for php.

Bo Yang 9 years ago
parent
commit
c0719f062c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      jenkins/pull_request_in_docker.sh

+ 6 - 0
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