Skip to content

Commit fb74196

Browse files
authored
chore: Update CircleCI config (#661)
Removing a couple extraneous CircleCI commands to see if they're still needed. I think one of the removed lines is causing #654 to fail, but let's see.
1 parent f7439ec commit fb74196

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
<<: *defaults
1111
steps:
1212
- checkout
13-
# For some reason phantomjs-prebuild is failing w/yarn, but npm installing works
14-
- run: 'npm install --no-save phantomjs-prebuilt'
1513
- run: 'yarn install'
1614
- run: 'yarn lint:ci'
1715
- run: 'yarn build:ci'
@@ -34,7 +32,6 @@ jobs:
3432
at: ~/project
3533
- checkout
3634
- run: 'yarn install'
37-
- run: 'yarn add karma-cli --dev'
3835
- run: 'yarn test:web --maxWorkers=4'
3936
- run: 'yarn build:web:ci --maxWorkers=4'
4037

0 commit comments

Comments
 (0)