Skip to content

Commit

Permalink
Merge pull request #675 from regl-project/upgrade-gl
Browse files Browse the repository at this point in the history
Upgrade gl, package.json, and travis node version
  • Loading branch information
rreusser authored Nov 12, 2024
2 parents 8795901 + 53608cb commit b105ea2
Show file tree
Hide file tree
Showing 6 changed files with 13,772 additions and 8,888 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Run Tests

on:
push:
branches:
- main
pull_request:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: |
sudo apt-get install xvfb libxi-dev mesa-utils libgl1-mesa-dri libglapi-mesa libosmesa6
npm install
- name: Run tests
uses: coactions/setup-xvfb@v1.0.1
with:
run: npm test
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
<div align="center">

[![NPM Version](https://img.shields.io/npm/v/regl.svg?style=flat-square)](https://npmjs.org/package/regl)
[![Build Status](https://img.shields.io/travis/regl-project/regl.svg?style=flat-square)](https://travis-ci.org/regl-project/regl/)
[![File Size](https://badge-size.herokuapp.com/regl-project/regl/gh-pages/dist/regl.min.js.svg?compression=gzip&style=flat-square)](https://npmcdn.com/regl/dist/regl.min.js)
[![File Size](https://img.badgesize.io/regl-project/regl/gh-pages/dist/regl.min.js.svg?compression=gzip&style=flat-square)](https://npmcdn.com/regl/dist/regl.min.js)
[![Downloads](https://img.shields.io/npm/dm/regl.svg?style=flat-square)](https://npmjs.org/package/regl)
[![Standard](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)

Expand Down
Loading

0 comments on commit b105ea2

Please sign in to comment.