Browse Source

Create .travis.yml

Takeru Ohta 7 years ago
parent
commit
d8b8cbcddb
1 changed files with 21 additions and 0 deletions
  1. 21 0
      .travis.yml

+ 21 - 0
.travis.yml

@@ -0,0 +1,21 @@
+language: erlang
+
+sudo: false
+os: linux
+otp_release:
+  - 20.0
+  - 19.3
+  - 18.3
+  - 17.5
+  - R16B03-1
+  - R15B03
+
+script: rebar3 eunit
+install:
+  - wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
+script:
+  - ./rebar3 compile
+  - ./rebar3 xref
+  - ./rebar3 eunit
+  - ./rebar3 dialyzer
+  - ./rebar3 edoc