Skip to content

Commit d18b2ee

Browse files
committed
ci: use GitHub actions instead of Travis CI
1 parent ee85183 commit d18b2ee

3 files changed

Lines changed: 15 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI
2+
on:
3+
- push
4+
- pull_request
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- uses: actions/setup-node@v1
11+
with:
12+
node-version: 16
13+
- run: npm install
14+
- run: npm test

.travis.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-in-angular [![Build Status](https://travis-ci.org/truffls/react-in-angular.svg?branch=master)](https://travis-ci.org/truffls/react-in-angular)
1+
# react-in-angular ![Build Status](https://github.com/truffls/react-in-angular/actions/workflows/main.yml/badge.svg)
22

33
## Installation
44

0 commit comments

Comments
 (0)