25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

16 lines
212 B

language: erlang
otp_release:
- R16B
- R16B03-1
- 17.5
- 18.3
- 19.3
- 20.3
- 21.3
- 22.3
- 23.3
- 24.3
- 25.0
before_script:
- "./bootstrap_travis.sh"
script: "./rebar3 eunit"