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

14 行
194 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. - 19.3
  11. - 20.0
  12. before_script:
  13. - "./bootstrap_travis.sh"
  14. script: "./rebar3 eunit"