feat: .travis.yml

This commit is contained in:
shenyu 2019-12-25 21:22:01 +08:00
parent bb21bce8bf
commit b0626bfc24
4 changed files with 18 additions and 2 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
.DS_Store
.idea/
*.log
*.iml
yarn.lock
package-lock.json
node_modules/

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: node_js
node_js: node
cache:
npm: true
install: npm install

View File

@ -1,7 +1,6 @@
<p align="center"><a href="https://shen-yu.gitee.io" target="_blank" rel="noopener noreferrer"><img width="100" src="logo.png" alt="ayer logo"></a></p>
<h3 align="center">一个干净且优雅的 Hexo 主题</h3>
<h2 align="center">Ayer</h2>
---

View File

@ -3,7 +3,9 @@
"version": "1.0.0",
"description": "ayer 是一个轻量优雅的 Hexo 主题",
"main": "index.js",
"dependencies": {},
"dependencies": {
"stylint": "^2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"