diff --git a/.circleci/config.yml b/.circleci/config.yml index c0725636..a159e36e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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' @@ -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'