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

9 行
175 B

  1. language: shell
  2. before_install:
  3. - sudo apt-get update
  4. install:
  5. - sudo apt-get install zsh
  6. script: make --debug=b test
  7. notifications:
  8. email: 8slashes+travis-ci@gmail.com