Skip to content

Commit

Permalink
Switch from Travis CI to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Oct 25, 2024
1 parent 0b8014d commit fd3867f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

jobs:
tests:
build-test-push:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
Expand Down
22 changes: 0 additions & 22 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# silly-joy
[![Build Status](https://travis-ci.org/rootmos/silly-joy.svg?branch=master)](https://travis-ci.org/rootmos/silly-joy)
[![Build, test and push image](https://github.com/rootmos/silly-joy/actions/workflows/build-test-push.yaml/badge.svg)](https://github.com/rootmos/silly-joy/actions/workflows/build-test-push.yaml)

`silly-joy` is an interpreter for the concatenative programming
language Joy, implemented in Haskell using
Expand Down

0 comments on commit fd3867f

Please sign in to comment.