jenkins-bot has submitted this change and it was merged.

Change subject: Remove PHP 5.3 and 5.4 builds from travis
......................................................................


Remove PHP 5.3 and 5.4 builds from travis

As we and MediaWiki drop support for these right now.

Add more 5.5 and hhvm builds as replacement.

Feel free to +2 any time, will be merged only after
I68c5b5d60952418ff8300c163edfe2275571f41f.

Change-Id: Ie3b76973b7cc6a0fa8f822ebae2585d5b498175f
Depends-On: I68c5b5d60952418ff8300c163edfe2275571f41f
---
M .travis.yml
1 file changed, 3 insertions(+), 5 deletions(-)

Approvals:
  Addshore: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.travis.yml b/.travis.yml
index 165e574..25f72f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,16 +3,14 @@
 matrix:
   fast_finish: true
   include:
-    - env: DBTYPE=mysql LANG=de MW=master WB=client
-      php: 5.3
-    - env: DBTYPE=sqlite LANG=ar MW=master WB=both
-      php: 5.3
     - env: DBTYPE=sqlite LANG=ru MW=master WB=both
-      php: 5.4
+      php: 5.5
     - env: DBTYPE=sqlite LANG=en MW=master WB=client
       php: 5.5
     - env: DBTYPE=mysql LANG=en MW=master WB=repo
       php: 5.6
+    - env: DBTYPE=mysql LANG=en MW=master WB=both
+      php: hhvm
     - env: DBTYPE=sqlite LANG=en MW=master WB=both
       php: hhvm
 

-- 
To view, visit https://gerrit.wikimedia.org/r/268642
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie3b76973b7cc6a0fa8f822ebae2585d5b498175f
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: JanZerebecki <[email protected]>
Gerrit-Reviewer: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to