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.
2 parents 0022a7c + 033c536 commit 913ceeeCopy full SHA for 913ceee
.circleci/config.yml
@@ -1,23 +1,11 @@
1
workflows:
2
- version: 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
version: 2.1
0 commit comments