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

Change subject: Travis YAML: fix iojs version to 2.5.0
......................................................................


Travis YAML: fix iojs version to 2.5.0

iojs 3.0.0 brings in multiple changes, one of which is the requirement
of more recent versions of build tools (gcc && friends). These, however,
are not available in Travis at the moment, causing build failures for
binary modules. This patch fixes the version to 2.5.0 to mitigate this
issue. In general, if/when we switch to iojs in WMF production, we'll be
using v2.5.0.

Also, removed testing on nodejs v0.11 as it's not used anywhere.

Change-Id: Ia8e7e22d8a0a4fef5f433a8a7cfe7f1c8bf24605
---
M .travis.yml
1 file changed, 1 insertion(+), 2 deletions(-)

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



diff --git a/.travis.yml b/.travis.yml
index 574dd83..499e7a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,8 @@
 language: node_js
 node_js:
     - "0.10"
-    - "0.11"
     - "0.12"
-    - "iojs"
+    - "iojs-v2.5.0"
 
 script: npm run-script coverage && (npm run-script coveralls || exit 0)
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia8e7e22d8a0a4fef5f433a8a7cfe7f1c8bf24605
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/mathoid
Gerrit-Branch: master
Gerrit-Owner: Mobrovac <[email protected]>
Gerrit-Reviewer: Physikerwelt <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to