From 10025695c4af3ea983c2c1316ec4ef078e056ebc Mon Sep 17 00:00:00 2001 From: johnjbarton Date: Sun, 5 Aug 2018 11:02:34 -0700 Subject: [PATCH] chore(ci): drop node 9 from travis tests (#3100) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c6a13a28f..f524aba18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: node_js node_js: - 6 - 8 - - 9 - 10 env: