Skip to content

Commit

Permalink
remove travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Feb 13, 2021
1 parent 899f6c6 commit 06812ea
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Node.js CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

0 comments on commit 06812ea

Please sign in to comment.