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

14 行
194 B

language: erlang
otp_release:
- R16B
- R16B03-1
- 17.0
- 17.1
- 18.0
- 18.1
- 18.2.1
- 19.3
- 20.0
before_script:
- "./bootstrap_travis.sh"
script: "./rebar3 eunit"