Skip to content

Commit 49c2a9a

Browse files
committed
Run tests on Travis
1 parent 49615d7 commit 49c2a9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: erlang
22
sudo: false
33
otp_release:
4+
- 20.0
45
- 19.3
56

67
jobs:
@@ -15,3 +16,6 @@ jobs:
1516
on:
1617
tags: true
1718
all_branches: true
19+
install:
20+
- wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
21+
script: ./rebar3 compile && ./rebar3 eunit

0 commit comments

Comments
 (0)