13 lines
195 B
YAML
13 lines
195 B
YAML
# Copyright © 2017-2018 E-MetroTel
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
language: elixir
|
|
elixir:
|
|
- 1.4.2
|
|
otp_release:
|
|
- 18.2.1
|
|
sudo: false
|
|
notification:
|
|
recipients:
|
|
- smpallen99@yahoo.com
|
|
|