Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cefa2d6

Browse files
committed
prepare for travis
1 parent 9ca6e15 commit cefa2d6

14 files changed

+8
-1
lines changed
File renamed without changes.

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: node_js
2+
node_js:
3+
- '8'
4+
5+
script:
6+
- npm run lint
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

homework/package.json renamed to package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "1.0.0",
44
"description": "GitHub API application",
55
"scripts": {
6-
"test": "echo \"Error: no test specified\" && exit 1"
6+
"lint": "eslint homework --fix",
7+
"test": "npm run lint"
78
},
89
"author": "Jim Cramer",
910
"license": "ISC",
File renamed without changes.

0 commit comments

Comments
 (0)