summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 2ba5e0dd6ef105c1c48f0b96753ad708e996f35b (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:
  - 17.0
  - 17.3
  - 17.4

sudo: false

env:
  - ELIXIR_ERL_OPTIONS=""
  - ELIXIR_ERL_OPTIONS="+T 9"

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