Skip to content

Commit

Permalink
remove travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed May 7, 2022
1 parent 9f7cd00 commit ef86e2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Expand Up @@ -20,10 +20,10 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm i
- run: npm run ci
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

0 comments on commit ef86e2f

Please sign in to comment.