Skip to content

Commit 7505d5b

Browse files
committed
Migrate from Travis-CI and add .github/workflows/test.yml
1 parent 64ae2dc commit 7505d5b

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
on: push
2+
jobs:
3+
test:
4+
runs-on: ubuntu-latest
5+
steps:
6+
- uses: actions/checkout@v2
7+
- name: Run tests
8+
run: cd test && ./run-tests
9+
shell: bash

.travis.yml

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

0 commit comments

Comments
 (0)