Skip to content

Commit

Permalink
Added travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seantanly committed Jan 15, 2016
1 parent 48e7099 commit 207fab8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: elixir
elixir:
- 1.2.1
otp_release:
- 18.2.1
sudo: false
before_script:
- mix deps.get --only test
after_script:
- cd $TRAVIS_BUILD_DIR
- mix deps.get --only docs
- MIX_ENV=docs mix docs

0 comments on commit 207fab8

Please sign in to comment.