Skip to content

Commit

Permalink
Change CI from travis-ci to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
atroxaper committed Jan 20, 2021
1 parent 75ad62e commit b4edb44
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: build

on:
push:
branches:
- dev
- master
jobs:
build:
name: prove
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Runs tests
id: tests
uses: JJ/raku-container-action@master
4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author" : [ "Mikhail Khorkov" ],
"license" : "Artistic-2.0",
"provides" : {
"TimeUnit" : "lib/TimeUnit.pm6"
"TimeUnit" : "lib/TimeUnit.rakumod"
},
"tags": [ "time" ],
"source-url" : "git://github.com/atroxaper/p6-TimeUnit.git"
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/atroxaper/p6-TimeUnit.svg?branch=master)](https://travis-ci.org/atroxaper/p6-TimeUnit)
[![Build Status](https://github.com/atroxaper/p6-TimeUnit/workflows/build/badge.svg)](https://github.com/atroxaper/p6-TimeUnit/actions)

TimeUnit
========
Expand Down
File renamed without changes.

0 comments on commit b4edb44

Please sign in to comment.