diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644
index 0000000..df6b0e0
--- /dev/null
+++ b/.github/workflows/ci.yml
@@ -0,0 +1,27 @@
+name: CI
+on:
+ push:
+ branches: [master]
+ pull_request:
+ branches: [master]
+jobs:
+ build-and-test:
+ name: '${{ matrix.platform }}: node.js ${{ matrix.node-version }}'
+ strategy:
+ matrix:
+ platform: [ubuntu-latest, windows-latest, macos-latest]
+ node-version: [10, 12]
+ runs-on: ${{ matrix.platform }}
+ env:
+ CI: true
+ steps:
+ - name: Checkout
+ uses: actions/checkout@master
+ - name: Set up Node.js
+ uses: actions/setup-node@master
+ with:
+ node-version: ${{ matrix.node-version }}
+ - name: Build and test
+ run: |
+ yarn install
+ yarn test
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index cb3f77f..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-language: node_js
-
-node_js:
- - 10
- - 12
-
-os:
- - linux
- - osx
- - windows
-
-env:
- global:
- - YARN_GPG=no
-
-cache: yarn
-
-script: yarn test
diff --git a/README.md b/README.md
index d9f36f2..d68f4fe 100644
--- a/README.md
+++ b/README.md
@@ -4,24 +4,13 @@
Hooks for building **lightweight, fast and extendable datagrids** for React
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+[](https://github.com/tannerlinsley/react-table/actions)
+[](https://bundlephobia.com/result?p=react-table@next)
+[](https://npmjs.com/package/react-table)
+[](https://spectrum.chat/react-table)
+[](https://github.com/tannerlinsley/react-table)
+[](https://twitter.com/tannerlinsley)
+