Skip to content

Commit 65894fe

Browse files
authored
Merge pull request #1 from mischov/travis-ci
Add CI
2 parents 7ebb3ba + 4196cf3 commit 65894fe

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: elixir
2+
3+
matrix:
4+
include:
5+
- otp_release: 19.0
6+
elixir: 1.3.0
7+
- otp_release: 19.3
8+
elixir: 1.4.0
9+
10+
sudo: false
11+
12+
before_install:
13+
- curl https://sh.rustup.rs | sh -s -- -y
14+
- export PATH="$HOME/.cargo/bin:$PATH"

0 commit comments

Comments
 (0)