Browse Source

travis update, testing node 12 compat

Alexander Rose 5 years ago
parent
commit
aed60c8af6
2 changed files with 1 additions and 2 deletions
  1. 1 0
      .travis.yml
  2. 0 2
      README.md

+ 1 - 0
.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:

+ 0 - 2
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