Skip to content

Commit

Permalink
Add Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
danielberkompas committed Apr 26, 2018
1 parent 716db46 commit 9e2bd9c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: elixir
cache:
directories:
- $HOME/.mix
elixir:
- 1.6.3
otp_release:
- 20.1
script:
- bin/setup

0 comments on commit 9e2bd9c

Please sign in to comment.