Skip to content

Commit

Permalink
Merge pull request #154 from whyscream/whyscream-patch-1
Browse files Browse the repository at this point in the history
Test github action as a replacement for travis-ci
  • Loading branch information
Tom Hendrikx authored Nov 12, 2020
2 parents 1034de7 + 014a499 commit ea94066
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: [push]
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: ruby/[email protected]
with:
ruby-version: 2.5.3
- run: gem install jls-grok minitest
- run: ruby test/test.rb
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

0 comments on commit ea94066

Please sign in to comment.