summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: a882394d30821a71779ae1adfdd68f25914168b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: erlang

otp_release:
  - 18.0
  - 18.1
  - 18.2
  - 18.3
  - 19.0
  - 19.1
  - 19.2

sudo: false

script: "make compile && rm -rf .git && make test"

notifications:
  irc: "irc.freenode.org#elixir-lang"
  recipients:
    - jose.valim@plataformatec.com.br
    - eric.meadows.jonsson@gmail.com