Skip to content

Commit

Permalink
updated: remove travis
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Jul 11, 2021
1 parent cd8f020 commit aee8d0a
Show file tree
Hide file tree
Showing 6 changed files with 3,355 additions and 814 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: test

on:
push:
branches: [ main, dev ]
pull_request:
branches: [ dev ]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- name: Local Unit Test ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ jspm_packages

# Optional REPL history
.node_repl_history
.idea
20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Riot hot reload api

[![Build Status][travis-image]][travis-url]
<!-- [![Issue Count][codeclimate-image]][codeclimate-url] -->
[![Build Status][ci-image]][ci-url]
[![NPM version][npm-version-image]][npm-url]
[![NPM downloads][npm-downloads-image]][npm-url]
[![MIT License][license-image]][license-url]
Expand All @@ -23,8 +22,8 @@ reload(Component)



[travis-image]: https://img.shields.io/travis/riot/hot-reload.svg?style=flat-square
[travis-url]: https://travis-ci.org/riot/hot-reload
[ci-image]:https://img.shields.io/github/workflow/status/riot/hot-reload/test?style=flat-square
[ci-url]:https://github.com/riot/hot-reload/actions
[license-image]: https://img.shields.io/badge/license-MIT-000000.svg?style=flat-square
[license-url]: LICENSE.txt
[npm-version-image]: https://img.shields.io/npm/v/@riotjs/hot-reload.svg?style=flat-square
Expand Down
Loading

0 comments on commit aee8d0a

Please sign in to comment.