Skip to content

Commit

Permalink
feat(ci): init .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yidinghan committed Apr 10, 2017
1 parent b147569 commit ef2e57e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: node_js
node_js:
- '0.11'
- '0.10'
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "koa2 version winston logger like express-winston",
"main": "index.js",
"scripts": {
"release": "standard-version",
"test": "ava"
},
"repository": {
Expand All @@ -30,6 +31,7 @@
"lodash.omit": "^4.5.0"
},
"devDependencies": {
"ava": "^0.19.0",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0"
Expand Down

0 comments on commit ef2e57e

Please sign in to comment.