1 Star 2 Fork 0

Larry-L/node-synonyms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hai Liang W. 提交于 2018-02-16 13:18 . Add badges
language: node_js
node_js:
- "7"
dist: trusty
os:
- linux
sudo: required
cache:
directories:
- node_modules
addons:
apt:
sources:
- llvm-toolchain-precise
- ubuntu-toolchain-r-test
packages:
- clang-3.7
- g++-5
- gcc-5
script:
- echo $TRAVIS_OS_NAME
- sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc-5 /usr/bin/gcc
- gcc --version
- node --version
- npm --version
- ./admin/test.sh
after_success:
- npm run coverage
- npm i codecov
- codecov
stages:
- test
- pack
- name: deploy
if: branch =~ ^(master|v\d+\.\d+)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Larry-L/node-synonyms.git
git@gitee.com:Larry-L/node-synonyms.git
Larry-L
node-synonyms
node-synonyms
master

搜索帮助