Skip to content

Commit f954c4c

Browse files
authored
Run tests via Github Actions (#23)
Remove broken Travis CI configuration
1 parent e076260 commit f954c4c

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: lua-state-machine test suite
2+
on: [push]
3+
jobs:
4+
5+
build:
6+
name: test
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@master
10+
- run: sudo apt-get -y install luajit luarocks
11+
- run: sudo luarocks install luafilesystem
12+
- run: sudo luarocks install busted
13+
- run: sudo busted spec

.travis.yml

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

0 commit comments

Comments
 (0)