aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.travis.yml7
-rw-r--r--README.md2
3 files changed, 2 insertions, 9 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 65e50da..36e35b9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,4 +1,4 @@
-name: Node CI
+name: ci
on: [push]
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 6e0a1c7..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-language: node_js
-sudo: false
-node_js:
- - 10
- - 12
- - 14
- - 16
diff --git a/README.md b/README.md
index 8f59607..3b8343b 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This is a JavaScript library that implementats the AVR 8-bit architecture.
It's the heart- but not the whole body- of the Arduino simulator at [https://wokwi.com](https://wokwi.com).
-[![Build Status](https://travis-ci.org/wokwi/avr8js.png?branch=master)](https://travis-ci.org/wokwi/avr8js)
+[![Build Status](../../workflows/ci/badge.svg)](https://github.com/wokwi/avr8js/actions/workflows/ci.yml)
[![NPM Version](https://img.shields.io/npm/v/avr8js)](https://www.npmjs.com/package/avr8js)
![License: MIT](https://img.shields.io/npm/l/avr8js)
![Types: TypeScript](https://img.shields.io/npm/types/avr8js)