Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
.travis.yml 389 Bytes
Copy Edit Raw Blame History
田较瘦 authored 2017-08-15 13:57 . travis
language: node_js
sudo: false
node_js:
- '8'
cache:
apt: true
directories:
- node_modules
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
ssh_known_hosts: github.com
before_install:
- git config --global user.name "tianyong90"
- git config --global user.email 412039588@qq.com
script:
- npm install -no-optional
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化