Skip to content

Commit

Permalink
Switch to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Oct 12, 2022
1 parent 9cd0b82 commit 1c8b80e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
19 changes: 19 additions & 0 deletions .github/.workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Node.js CI

on:
push:
branches: [ "master", "main" ]
pull_request:
branches: [ "master", "main" ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm test

3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Shiny Server unified client

[![Build Status](https://travis-ci.org/rstudio/shiny-server-client.svg?branch=master)](https://travis-ci.org/rstudio/shiny-server-client)

This npm library provides unified client code for Shiny Server, Shiny Server Pro, and RStudio Connect. Previously, each server product had its own version of this code with slight differences. This repo provides the superset of functionality needed by the different products, and runtime options determine what features to enable.

### How to use
Expand Down

0 comments on commit 1c8b80e

Please sign in to comment.