diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4e16eb3..0000000 --- a/.travis.yml +++ /dev/null @@ -1,27 +0,0 @@ -# os : windows -language: node_js # 构建所需的语言环境 -node_js: - - "v10.16.3" -branches: - only: - - master # 构建的分支 -cache: - directories: - - node_modules # 依赖缓存的目录 -before_install: -- export TZ='Asia/Beijing' # 设置时区 -install: - - npm install -g yarn # 安装编译工具 - - yarn install -script: -- yarn build -deploy: - provider: pages - skip-cleanup: true - github-token: $bilibili # github 上的token环境变量 - local-dir: ../hamono.github.io/ - keep_history : true - target-branch: gh-pages - verbose: true - on: - branch: master