Skip to content

Commit

Permalink
add .travis.yml file to run tests on branch #21
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jan 29, 2019
1 parent d2a7671 commit 1ae6128
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: elixir
elixir:
- 1.8
env:
- MIX_ENV=test
script:
- mix test

0 comments on commit 1ae6128

Please sign in to comment.