Skip to content

Commit 913ceee

Browse files
authored
Merge pull request #306 from ethereum/circleci
Use circleci 2.0 (and not 2.1)
2 parents 0022a7c + 033c536 commit 913ceee

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

.circleci/config.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
11
workflows:
2-
version: 2
2+
version: 2.1
33
node-multi-build:
44
jobs:
5-
- node-v4:
6-
filters:
7-
branches:
8-
only: master
9-
- node-v6:
10-
filters:
11-
branches:
12-
only: master
13-
- node-v8:
14-
filters:
15-
branches:
16-
only: master
5+
- node-v4
6+
- node-v6
7+
- node-v8
178
- node-v10:
18-
filters:
19-
branches:
20-
only: master
219
run_coveralls: true
2210

2311
version: 2.1

0 commit comments

Comments
 (0)