From 8712b9508db5292fed88f5f565a0ccd4a6c502ef Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Mon, 30 Apr 2018 10:38:04 -0700 Subject: [PATCH] fix(ocd): re-order Node.js tests in .travis.yml (descending) Signed-off-by: Christopher Hiller --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 85de555d84..be6d7e932c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,10 +32,10 @@ jobs: - &node script: npm start test.node - node_js: '8' + node_js: '9' - <<: *node - node_js: '9' + node_js: '8' - <<: *node node_js: '6'