1 Star 0 Fork 0

nuts / hoppscotch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 697 Bytes
一键复制 编辑 原始数据 按行查看 历史
Liyas Thomas 提交于 2020-08-13 16:50 . v2
# == INSTRUCTIONS FOR SETTING UP TRAVIS ==
#
# 1. Find this repository in your Travis-CI dashboard.
# open settings and add an environment variable called
# GITHUB_ACCESS_TOKEN and set it to your personal access token.addons:
# See: https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line
#
# **DO NOT TURN ON 'Display value in build log'!!!!**
#
# 2. Push the code to the repository.
language: node_js
node_js:
- lts/*
os: linux
cache: npm
branches:
only:
- master
install:
- npm ci
before_script:
- npm run build # use nuxt build and start to run tests
script:
- npm test
notifications:
webhooks: https://www.travisbuddy.com
1
https://gitee.com/yfliubin/hoppscotch.git
git@gitee.com:yfliubin/hoppscotch.git
yfliubin
hoppscotch
hoppscotch
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891