Page MenuHomePhorge

.travis.yml
No OneTemporary

Size
380 B
Referenced Files
None
Subscribers
None

.travis.yml

language: elixir
elixir:
- 1.10
- 1.9
- 1.8
otp_release:
- '22.3'
- '23.0.2'
before_script:
- mix compile –warnings-as-errors
- mix credo --strict
- if [[ "$TRAVIS_ELIXIR_VERSION" =~ "1.10" ]]; then mix format mix.exs "{config,lib,test}/**/*.{ex,exs}" --check-formatted; fi
before_install:
- sudo apt-get install -y build-essential erlang-dev libmagic-dev

File Metadata

Mime Type
text/plain
Expires
Tue, Jun 24, 2:28 AM (5 m, 25 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
234635
Default Alt Text
.travis.yml (380 B)

Event Timeline