Skip to content

Commit fead9e3

Browse files
committed
adds Travis CI YML
should address #12
1 parent fee5040 commit fead9e3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: elixir
2+
elixir:
3+
- 1.0.4
4+
otp_release:
5+
- 17.3
6+
- 17.4
7+
- 17.5
8+
sudo: false
9+
script:
10+
- mix test

0 commit comments

Comments
 (0)