This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
node-dogapi
mirror of
https://github.com/brettlangdon/node-dogapi.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
40
Wiki
Activity
Browse Source
Configure travis to make lint run
🚥
pull/62/head
Adriean Khisbe
7 years ago
parent
b971434484
commit
f1cbac8d73
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
.travis.yml
+ 7
- 0
.travis.yml
View File
@ -8,3 +8,10 @@ node_js:
-
"9"
-
"10"
-
"node"
install:
-
npm install
script:
-
npm run lint
-
npm test
Write
Preview
Loading…
Cancel
Save