9 Star 31 Fork 2

小为/timeago.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 278 Bytes
一键复制 编辑 原始数据 按行查看 历史
hustcc 提交于 2019-10-12 10:53 +08:00 . test: remove nodejs=7, add nodejs=12
language: node_js
node_js:
- '8'
- '9'
- '10'
- '11'
- '12'
addons:
apt:
packages:
- xvfb
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install
script:
- npm run ci
after_success:
- npm run coveralls
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hustcc/timeago.js.git
git@gitee.com:hustcc/timeago.js.git
hustcc
timeago.js
timeago.js
master

搜索帮助