Mobrovac has uploaded a new change for review.
https://gerrit.wikimedia.org/r/230593
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/mathoid
refs/changes/93/230593/1
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: newchange
Gerrit-Change-Id: Ia8e7e22d8a0a4fef5f433a8a7cfe7f1c8bf24605
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/mathoid
Gerrit-Branch: master
Gerrit-Owner: Mobrovac <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits