From ccee61c43aa47567864f210b8c9d8655e14e4f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odin=20H=C3=B8rthe=20Omdal?= Date: Tue, 4 Dec 2018 21:02:59 +0100 Subject: [PATCH] ci(travis): Node 11 (on OS X) crashes, use 10 for now --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8410d5db1f..fcb0930593 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ jobs: stage: Test (MacOS) os: 'osx' env: SCRIPT=test - node_js: 'stable' + node_js: 10 - <<: *osx node_js: 'lts/*' - <<: *osx