From e7e6dcc9017415d7d8a839e34463a7b19090b55d Mon Sep 17 00:00:00 2001 From: Corentin Debost Date: Wed, 6 Feb 2019 17:43:56 -0800 Subject: [PATCH] Temporarily disable test command on travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 36ef725..af39d9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,9 @@ node_js: - 4 script: npm run $COMMAND env: - - COMMAND=test +# TODO: We have a transitive dependency for testing that does not work with +# node 4 anymore, uncomment this once we switch to node 6+ +# - COMMAND=test - COMMAND=integration MR_VERSION=16.0.5 - COMMAND=integration MR_VERSION=latest - COMMAND=integration MR_VERSION="#master"