mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-06 00:32:34 -04:00
13 lines
345 B
YAML
13 lines
345 B
YAML
language: erlang
|
|
notifications:
|
|
recipients:
|
|
- eduardo@gurgel.me
|
|
otp_release:
|
|
- R16B
|
|
- R16B01
|
|
- R16B02
|
|
before_install:
|
|
- git clone https://github.com/elixir-lang/elixir
|
|
- cd elixir && git checkout v0.12.1 && make && cd ..
|
|
before_script: "export PATH=`pwd`/elixir/bin:$PATH"
|
|
script: "MIX_ENV=test mix do deps.get, test --no-start"
|