Skip to content

Commit

Permalink
Switch to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Jul 29, 2020
1 parent 375f822 commit 0b5b91a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 85 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Check
on:
push:
branches:
-master
pull_request:
branches:
- master

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- run: cargo check
- run: cargo test
39 changes: 0 additions & 39 deletions .github/workflows/continuous-integration.yml

This file was deleted.

40 changes: 0 additions & 40 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 @@
# Vange-rs
[![Build Status](https://travis-ci.org/kvark/vange-rs.svg?branch=master)](https://travis-ci.org/kvark/vange-rs)
![Check](https://github.com/kvark/vange-rs/workflows/Check/badge.svg)
[![Gitter](https://badges.gitter.im/kvark/vange-rs.svg)](https://gitter.im/vange-rs/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

[Vangers](https://www.gog.com/game/vangers) is a legendary game featuring unique gameplay and technical innovation.
Expand Down
5 changes: 0 additions & 5 deletions bors.toml

This file was deleted.

0 comments on commit 0b5b91a

Please sign in to comment.