Skip to content

Commit

Permalink
Update for 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Mar 16, 2021
1 parent ad40275 commit 41f4b72
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 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
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
{eunit_opts, [verbose]}.

{deps, [
{riak_pb, {git, "git://github.com/basho/riak_pb.git", {tag, "riak_kv-3.0.2"}}},
{riak_pb, {git, "git://github.com/basho/riak_pb.git", {tag, "3.0.4"}}},
{webmachine, {git, "git://github.com/webmachine/webmachine.git", {tag, "1.11.1"}}},
{riak_core, {git, "git://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.2"}}},
{mochiweb, {git, "git://github.com/basho/mochiweb.git", {tag, "riak_kv-3.0.0"}}}
{mochiweb, {git, "git://github.com/basho/mochiweb.git", {tag, "2.12.1+riak.3.0.4"}}}
]}.

{profiles, [
Expand Down

0 comments on commit 41f4b72

Please sign in to comment.