1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-02-03 02:23:38 +08:00
Files
408CSFamily/.travis.yml
2023-09-04 19:25:46 +08:00

19 lines
381 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 参考链接: https://docs.travis-ci.com/user/languages/javascript-with-nodejs/
language: node_js
node_js:
- 16
# 环境变量
#env:
# - EMBER_VERSION=default
# - EMBER_VERSION=release
# - EMBER_VERSION=beta
# - EMBER_VERSION=canary
# 安装依赖前先安装pnpm
before_install:
- "npm install -g npm@7"
install:
- pnpm i
script:
- pnpm lintfix
- pnpm build