parent
3ada2986d9
commit
4ff5f47ad9
@ -1,12 +0,0 @@
|
||||
image: elixir:1.8
|
||||
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get install -y rustc cargo
|
||||
- mix local.rebar --force
|
||||
- mix local.hex --force
|
||||
- mix deps.get
|
||||
|
||||
mix:
|
||||
script:
|
||||
- mix test
|
||||
@ -15,7 +15,7 @@ by adding `xler` to your list of dependencies in `mix.exs`:
|
||||
```elixir
|
||||
def deps do
|
||||
[
|
||||
{:xler, "~> 0.4.1"}
|
||||
{:xler, "~> 0.6.0"}
|
||||
]
|
||||
end
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user