Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Commit 3e092a4

Browse files
committed
add travis configuration
1 parent 11df581 commit 3e092a4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: erlang
2+
otp_release:
3+
- 19.3
4+
- 20.3
5+
- 21.0
6+
script:
7+
- make test
8+
- make dialyzer
9+
sudo: required
10+
dist: trusty

0 commit comments

Comments
 (0)