This repository has been archived on 2023-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
temple/.travis.yml
Mitchell Hanberg 883f0966ea Add .travis.yml
2019-06-29 18:33:33 -04:00

18 lines
209 B
YAML

language: elixir
elixir:
- 1.7.4
- 1.8.2
- 1.9.0
otp_release:
- 20.3
- 20.3
- 22.0
sudo: false
cache:
directories:
- _build
- deps
script:
- travis_wait mix dialyzer --plt
- mix test