Skip to content

Commit da360ea

Browse files
committed
[skip ci] update circleCI config
1 parent 82a9f90 commit da360ea

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.circleci/config.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,16 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/node:9.11.2
10+
- image: circleci/node:10
1111
branches:
1212
only:
1313
- master
14-
# Specify service dependencies here if necessary
15-
# CircleCI maintains a library of pre-built images
16-
# documented at https://circleci.com/docs/2.0/circleci-images/
17-
# - image: circleci/mongo:3.4.4
14+
- /^greenkeeper/.*$/
1815

1916
steps:
2017
- checkout
2118

2219
# Download and cache dependencies
23-
- run:
24-
name: Install Wine
25-
command: sudo apt-get install wine -y
2620
- restore_cache:
2721
name: Restore Yarn Package Cache
2822
keys:
@@ -35,7 +29,7 @@ jobs:
3529
key: yarn-packages-{{ checksum "yarn.lock" }}
3630
paths:
3731
- ~/.cache/yarn
38-
32+
3933
# run tests!
40-
- run: yarn test --runInBand
34+
- run: xvfb-run yarn test --runInBand
4135

0 commit comments

Comments
 (0)