Skip to content

Commit

Permalink
Merge pull request #32 from yanm1ng/develop
Browse files Browse the repository at this point in the history
Develop merge
  • Loading branch information
yanm1ng authored Sep 10, 2017
2 parents 1365215 + 0bdd328 commit f2746e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
language: node_js
node_js:
- "7"
node_js:
- "6"
- "7"
cache:
directories:
- "node_modules"
script:
- npm run lint
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Vexo is a Hexo theme inspired by Vue's official website.",
"scripts": {
"setup": "npm cache clean && npm install",
"test": "bash lint.sh"
"lint": "bash lint.sh"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f2746e5

Please sign in to comment.