您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

16 行
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"