Skip to content

Commit

Permalink
adds travis yml file #10
Browse files Browse the repository at this point in the history
  • Loading branch information
RobStallion committed Mar 12, 2019
1 parent 923ec39 commit e595017
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: elixir
elixir:
- 1.8
env:
- MIX_ENV=test
script:
- mix coveralls.json
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit e595017

Please sign in to comment.