Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
<<: *defaults
steps:
- checkout
# For some reason phantomjs-prebuild is failing w/yarn, but npm installing works
- run: 'npm install --no-save phantomjs-prebuilt'
- run: 'yarn install'
- run: 'yarn lint:ci'
- run: 'yarn build:ci'
Expand All @@ -34,7 +32,6 @@ jobs:
at: ~/project
- checkout
- run: 'yarn install'
- run: 'yarn add karma-cli --dev'
- run: 'yarn test:web --maxWorkers=4'
- run: 'yarn build:web:ci --maxWorkers=4'

Expand Down