Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(ci): Remove sync-exec from CI dep installation
Browse files Browse the repository at this point in the history
leftover from #6672
  • Loading branch information
Shane Tomlinson committed Oct 29, 2018
1 parent 55de611 commit edbadeb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
npm i --production
CONFIG_FILES=server/config/local.json,server/config/production.json,tests/ci/config_circleci.json node_modules/.bin/grunt build
npm install intern xmlhttprequest firefox-profile request sync-exec convict yargs leadfoot otplib retry-cli
npm install intern xmlhttprequest firefox-profile request convict yargs leadfoot otplib retry-cli
ln -s node_modules/.bin/retry retry
- persist_to_workspace:
Expand Down
1 change: 0 additions & 1 deletion tests/teamcity/install-npm-deps.sh
Expand Up @@ -32,7 +32,6 @@ node ./tests/teamcity/install-npm-deps.js \
request \
request-promise \
sinon \
sync-exec \
underscore \
xmlhttprequest \
yargs
1 change: 0 additions & 1 deletion tests/teamcity/run.sh
Expand Up @@ -88,7 +88,6 @@ node ./tests/teamcity/install-npm-deps.js \
intern \
leadfoot \
otplib \
sync-exec \
xmlhttprequest \
yargs

Expand Down

0 comments on commit edbadeb

Please sign in to comment.