Skip to content

Commit

Permalink
Switch from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Mar 16, 2021
1 parent fb7bc69 commit 8471d21
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Erlang CI

on:
push:
branches: [ develop-3.0 ]
pull_request:
branches: [ develop-3.0 ]

jobs:

build:

runs-on: ubuntu-latest

container:
image: erlang:22.3.3

steps:
- uses: actions/checkout@v2
- name: Compile
run: rebar3 compile
- name: Run tests
run: rebar3 do xref, dialyzer, eunit
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

0 comments on commit 8471d21

Please sign in to comment.