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

12 行
174 B

  1. language: erlang
  2. otp_release:
  3. - R16B
  4. - R16B03-1
  5. - 17.0
  6. - 17.1
  7. - 18.0
  8. - 18.1
  9. - 18.2.1
  10. before_script:
  11. - "./bootstrap_travis.sh"
  12. script: "./rebar3 eunit"