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

16 行
218 B

  1. nguage: node_js
  2. notifications:
  3. email: false
  4. before_install:
  5. - rvm install 2.4.0
  6. install:
  7. - gem install awesome_bot
  8. before_script:
  9. - cd build
  10. script:
  11. - ./main.sh
  12. after_success:
  13. - ./build.sh
  14. - ./deploy.sh