Skip to content

Commit ae92b15

Browse files
committed
Add travis configuration.
1 parent f9a0e4e commit ae92b15

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: erlang
2+
otp_release:
3+
- 18.1
4+
install:
5+
- make
6+
- ./rebar3 update
7+
script:
8+
- make test
9+
- make xref
10+
- make dialyzer
11+
- make lint
12+
notifications:
13+
14+
slack: lasp-lang:hiPRNnbUa3zdGrrXZfGRAF7D
15+
irc: "irc.freenode.org#lasp-lang"
16+
sudo: false

0 commit comments

Comments
 (0)