Skip to content

Commit

Permalink
Test Elixir's defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Feb 5, 2015
1 parent a5e8f8a commit a6e9a44
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
language: erlang
notifications:
recipients:
- jose.valim@plataformatec.com.br
language: elixir
elixir:
- 1.0.2
otp_release:
- 17.0
- 17.1
before_install:
- wget http://s3.hex.pm/builds/elixir/v1.0.0.zip
- unzip -d elixir v1.0.0.zip
before_script:
- export PATH=`pwd`/elixir/bin:$PATH
- mix local.hex --force
- mix deps.get --only test
script: mix test
- 17.4
after_script:
- mix deps.get --only docs
- MIX_ENV=docs mix inch.report

0 comments on commit a6e9a44

Please sign in to comment.