mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00

We want to run 'make tests' and not that rebar command. Also remove R14B as quoted doesn't work with it.
6 lines
84 B
YAML
6 lines
84 B
YAML
language: erlang
|
|
otp_release:
|
|
- R14B03
|
|
- R14B02
|
|
- R14B01
|
|
script: "make tests"
|