Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gusaiani committed Oct 3, 2017
1 parent ae43429 commit 65602fb
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
language: erlang
sudo: false

otp_release:
- 18.0
- 18.1
- 18.2
- 18.3
- 19.0
- 19.1
os: linux
otp_release: 19.0

sudo: false
matrix:
include:
- os: linux
otp_release: 19.1
- os: linux
otp_release: 19.2
- os: linux
otp_release: 19.3
- os: linux
otp_release: 20.0

env:
- ELIXIR_ASSERT_TIMEOUT=2000

script: "make compile && rm -rf .git && make test"
script:
- make compile
- rm -rf .git
- make test
- dialyzer -pa lib/elixir/ebin --build_plt --output_plt elixir.plt --apps lib/elixir/ebin/elixir.beam lib/elixir/ebin/Elixir.Kernel.beam

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

0 comments on commit 65602fb

Please sign in to comment.