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

.travis.yml 98B

12345678
  1. language: rust
  2. rust: stable
  3. cache: cargo
  4. sudo: false
  5. git:
  6. depth: 1
  7. script:
  8. - ci/run-travis.sh