Skip to content

Commit 251afb7

Browse files
committed
chore: adapt travis config
1 parent 922febe commit 251afb7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
22
node_js:
3-
- "6"
3+
- '6'
44
script:
5+
- npm run lint
56
- npm run test
67
services:
7-
- mongodb
8+
- mongodb

0 commit comments

Comments
 (0)