commit 37521b62a1d032d9f74fc676f448b79ca588fca1 parent 14ecf88ad475d0da7a8c9b78318e84583a119186 Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 31 Oct 2017 22:17:40 -0400 Specify Node.js 8 for Travis, since current is now 9.0.0 Diffstat:
| M | .travis.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: node_js node_js: - - "node" + - "8" cache: directories: - "build"