Skip to content
This repository was archived by the owner on Jul 30, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
language: erlang
language: elixir
otp_release:
- 17.3
sudo: false
before_install:
- wget http://s3.hex.pm/builds/elixir/v1.0.2.zip
- unzip -d elixir v1.0.2.zip
before_script:
- export PATH=`pwd`/elixir/bin:$PATH
- mix local.hex --force
- mix deps.get --only test
script:
- mix test
after_script:
- mix deps.get --only docs
- MIX_ENV=docs mix inch.report