8000
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 6a47687 commit 6007b7cCopy full SHA for 6007b7c
.circleci/config.yml
@@ -1,12 +1,5 @@
1
version: 2.0
2
3
-# Inspired by:
4
-# https://github.com/CircleCI-Public/circleci-demo-workflows/blob/workspace-forwarding/.circleci/config.yml
5
-# https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs
6
-#
7
-# For list of official CircleCI node.js images, go to:
8
-# https://hub.docker.com/r/circleci/node/tags/
9
-
10
jobs:
11
build:
12
docker:
@@ -39,7 +32,6 @@ jobs:
39
32
40
33
test:
41
34
42
- # need '-browsers' version to test in real (xvfb-wrapped) browsers
43
35
- image: circleci/node:10.9.0
44
36
working_directory: ~/react-plotly.js
45
37
steps:
0 commit comments