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

6 行
152 B

3 年前
  1. before_install:
  2. - '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
  3. - npm install -g npm@latest
  4. language: node_js
  5. node_js:
  6. - 8