Skip to content

Commit

Permalink
github actions -> travis
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jun 3, 2020
1 parent 12e2b7b commit 5d81d9e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
@@ -0,0 +1,14 @@
name: "CI"
on:
pull_request:
push:
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v9
- run: nix-build release.nix
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

0 comments on commit 5d81d9e

Please sign in to comment.