From 4905a827852d664ee20cc6a4998d33e0537f6133 Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Thu, 24 May 2018 18:55:53 -0700 Subject: [PATCH] try setting exact node version in travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 71d5f84a..4eaef2a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: node_js node_js: - - "8" \ No newline at end of file + - "8.11.1" \ No newline at end of file