Skip to content

Commit 8471d21

Browse files
committed
Switch from travis
1 parent fb7bc69 commit 8471d21

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

.github/workflows/erlang.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Erlang CI
2+
3+
on:
4+
push:
5+
branches: [ develop-3.0 ]
6+
pull_request:
7+
branches: [ develop-3.0 ]
8+
9+
jobs:
10+
11+
build:
12+
13+
runs-on: ubuntu-latest
14+
15+
container:
16+
image: erlang:22.3.3
17+
18+
steps:
19+
- uses: actions/checkout@v2
20+
- name: Compile
21+
run: rebar3 compile
22+
- name: Run tests
23+
run: rebar3 do xref, dialyzer, eunit

.travis.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)