We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b12ccd commit 033c536Copy full SHA for 033c536
.circleci/config.yml
@@ -2,22 +2,10 @@ workflows:
2
version: 2.1
3
node-multi-build:
4
jobs:
5
- - node-v4:
6
- filters:
7
- branches:
8
- only: master
9
- - node-v6:
10
11
12
13
- - node-v8:
14
15
16
+ - node-v4
+ - node-v6
+ - node-v8
17
- node-v10:
18
19
20
21
run_coveralls: true
22
23
0 commit comments