From bdae55d09f34ad5ca803c68240ea7d9651b04b61 Mon Sep 17 00:00:00 2001 From: Alexander Rose <alex.rose@rcsb.org> Date: Fri, 1 Jun 2018 13:27:54 -0700 Subject: [PATCH] test node 8 and 10 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0b8ba30b1..f00ef3758 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: node_js node_js: - - "8" - - "6" \ No newline at end of file + - "10" + - "8" \ No newline at end of file -- GitLab