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

10 行
254 B

  1. language: erlang
  2. notifications:
  3. webhooks: http://basho-engbot.herokuapp.com/travis?key=a0e66154af272adba328195454cfdc10ff5f33f5
  4. email: eng@basho.com
  5. otp_release:
  6. - R15B01
  7. - R15B
  8. - R14B04
  9. - R14B03
  10. script: "make debug xref clean all deps test"