diff --git a/packages/server/circle.yml b/packages/server/circle.yml deleted file mode 100644 index eeb79a9654..0000000000 --- a/packages/server/circle.yml +++ /dev/null @@ -1,25 +0,0 @@ -machine: - node: - version: 6.5.0 - -test: - pre: - - npm run build: - parallel: true - - override: - ## run 'test-unit-once' and 'test-integration-once' - ## on the 1st container - - if [ $CIRCLE_NODE_INDEX == 0 ]; then npm run test-unit-once; fi: - parallel: true - - - if [ $CIRCLE_NODE_INDEX == 0 ]; then npm run test-integration-once; fi: - parallel: true - - ## run 'test-e2e-once' on the 2nd container - - if [ $CIRCLE_NODE_INDEX == 1 ]; then npm run test-e2e-once; fi: - parallel: true - - # - npm run test-cov - # - npm run codecov - # - npm run coveralls \ No newline at end of file