Skip to content

Commit 185093b

Browse files
authored
update
1 parent cf3f4a5 commit 185093b

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

.travis.yml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
2-
{
3-
"language": "node_js",
4-
"node_js": "8",
5-
"services": [
6-
"mongodb"
7-
],
8-
"script": [
9-
"npm run build",
10-
"npm run test"
11-
]
12-
}
1+
language: node_js
2+
node_js:
3+
- 7
4+
- 8
5+
cache: yarn
6+
env:
7+
- NODE_ENV=test

0 commit comments

Comments
 (0)