erlang-sha3/.travis.yml
2016-08-06 19:42:31 +12:00

22 lines
318 B
YAML

language: erlang
install: wget https://github.com/erlang/rebar3/releases/download/3.1.0/rebar3 && chmod 755 rebar3
script: PATH=.:$PATH make update test dialyzer
notifications:
disabled: true
otp_release:
- R15B02
- R15B01
- R15B
- 18.0
- 18.1
- 18.2
cache:
directories:
- $HOME/.cache/rebar3/