Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit 09b93ac

Browse files
committed
fix builds
1 parent e62b16e commit 09b93ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.drone.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ pipeline:
33
image: node:${NODE_VERSION}
44
commands:
55
- npm install
6-
- npm run lint
76
- npm test
87
slack:
98
image: plugins/slack
@@ -13,4 +12,4 @@ pipeline:
1312
matrix:
1413
NODE_VERSION:
1514
- 6
16-
- 8
15+
- 8

0 commit comments

Comments
 (0)