diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml
index 517112f..d36df12 100644
--- a/.github/workflows/js.yml
+++ b/.github/workflows/js.yml
@@ -1,4 +1,4 @@
-name: Node.js CI
+name: tests
on: [push]
diff --git a/README.md b/README.md
index 5f94e70..1452de8 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# reveal.js [![Build Status](https://travis-ci.org/hakimel/reveal.js.svg?branch=master)](https://travis-ci.org/hakimel/reveal.js)
+# reveal.js ![tests](https://github.com/hakimel/reveal.js/workflows/tests/badge.svg)
A framework for easily creating beautiful presentations using HTML. [Check out the live demo](https://revealjs.com/).
@@ -386,7 +386,7 @@ Reveal.initialize({
// the automated time allocation causes slide pacing to fall
// below this threshold, then you will see an alert in the
// speaker notes window
- minimumTimePerSlide: 0;
+ minimumTimePerSlide: 0,
// Enable slide navigation via mouse wheel
mouseWheel: false,