From aed60c8af6515412918122c96e6741d494d98f77 Mon Sep 17 00:00:00 2001 From: Alexander Rose <alex.rose@rcsb.org> Date: Fri, 31 May 2019 11:22:09 -0700 Subject: [PATCH] travis update, testing node 12 compat --- .travis.yml | 1 + README.md | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e6cf9864c..f21a361bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ before_install: - sudo apt-get install -y libstdc++6 - sudo apt-get install -y libxi-dev node_js: + - "12" - "10" - "8" before_script: diff --git a/README.md b/README.md index 8216f779b..72ece6bb1 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,6 @@ If node complains about a missine acorn peer dependency, run the following comma npm update acorn --depth 20 npm dedupe -If the `gl` package does not compile on node 12 (there are currently no pre-built binaries) revert back to node 10. - ### Editor To get syntax highlighting for the shader files add the following to Visual Code's settings files -- GitLab