From 4b230076603493f045b7fb79c33aeb0a7f8d0ad1 Mon Sep 17 00:00:00 2001 From: ziajka Date: Mon, 29 Apr 2019 07:44:15 +0200 Subject: [PATCH] Use node v10 istead of latest - 12 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bcca5129..4827acec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - - node + - '10' # use node for latest # Issue with Travis: https://github.com/travis-ci/travis-ci/issues/8836#issuecomment-356362524 sudo: required