Skip to content
Snippets Groups Projects
Commit aed60c8a authored by Alexander Rose's avatar Alexander Rose
Browse files

travis update, testing node 12 compat

parent 8281dd24
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ before_install: ...@@ -12,6 +12,7 @@ before_install:
- sudo apt-get install -y libstdc++6 - sudo apt-get install -y libstdc++6
- sudo apt-get install -y libxi-dev - sudo apt-get install -y libxi-dev
node_js: node_js:
- "12"
- "10" - "10"
- "8" - "8"
before_script: before_script:
......
...@@ -119,8 +119,6 @@ If node complains about a missine acorn peer dependency, run the following comma ...@@ -119,8 +119,6 @@ If node complains about a missine acorn peer dependency, run the following comma
npm update acorn --depth 20 npm update acorn --depth 20
npm dedupe 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 ### Editor
To get syntax highlighting for the shader files add the following to Visual Code's settings files To get syntax highlighting for the shader files add the following to Visual Code's settings files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment