Skip to content

Commit

Permalink
Fix Travis CI (visgl#4520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress authored Apr 21, 2020
1 parent 42f0962 commit 19bc27b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ matrix:
install:
- yarn bootstrap
node_js:
- 10.16.0
- 12.12.0
before_script:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
- ulimit -c unlimited -S # enable core dumps
Expand Down Expand Up @@ -54,7 +54,7 @@ matrix:
install:
- pip install -r requirements/requirements.txt
- pip install -r requirements/requirements-dev.txt
- nvm install 10.16.0
- nvm use 10.16.0
- nvm install 12.12.0
- nvm use 12.12.0
- pip install -e . --install-option "--build_all" --verbose
script: make test
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PRs and bug reports are welcome, and we are actively looking for new maintainers

The **master** branch is the active development branch.

Building deck.gl locally from the source requires node.js `10.x-12.12`.
Building deck.gl locally from the source requires node.js `>=10`. Further limitations on the Node version may be imposed by [puppeteer](https://github.com/puppeteer/puppeteer#usage) and [headless-gl](https://github.com/stackgl/headless-gl#supported-platforms-and-nodejs-versions).
We use [yarn](https://yarnpkg.com/en/docs/install) to manage the dependencies of deck.gl.

```bash
Expand Down

0 comments on commit 19bc27b

Please sign in to comment.