Skip to content

Commit 3911e3a

Browse files
committed
Add Travis CI config
1 parent 4707c11 commit 3911e3a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
language: elixir
2+
3+
elixir:
4+
- 1.5
5+
- 1.4
6+
7+
otp_release:
8+
- 20.0
9+
- 19.3
10+
11+
env:
12+
global:
13+
- MIX_ENV=test
14+
15+
notifications:
16+
email: false
17+
18+
sudo: false
19+
20+
script:
21+
- mix test
22+
- mix credo

0 commit comments

Comments
 (0)