Skip to content

Commit

Permalink
Merge pull request #138 from broccolijs/rwjblue-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Apr 15, 2021
2 parents ec272f3 + 4f91552 commit ed9507f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 43 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
26 changes: 26 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: CI

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

jobs:
build:

runs-on: "${{matrix.os}}-latest"

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
os: ['ubuntu', 'windows']

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

This file was deleted.

30 changes: 0 additions & 30 deletions appveyor.yml

This file was deleted.

0 comments on commit ed9507f

Please sign in to comment.