Skip to content

Travis config - #3

Merged
EmilianoSanchez merged 17 commits into
developmentfrom
travis_config
Jul 15, 2021
Merged

Travis config#3
EmilianoSanchez merged 17 commits into
developmentfrom
travis_config

Conversation

@EmilianoSanchez

@EmilianoSanchez EmilianoSanchez commented Jun 22, 2021

Copy link
Copy Markdown
Contributor
  • Updated travis config to publish package in Artifactory private registry.
  • Added typescript definition based on JS-Browser SDK, just to validate the types field of package.json and simplify the implementation of the RN tapp.
  • Polished some files.

NOTE: type definitions will be revisited and polished in a coming PR.

Comment thread src/platform/getModules.ts Outdated
import { sdkClientMethodCSFactory } from '@splitsoftware/splitio-commons/src/sdkClient/sdkClientMethodCS';
import { impressionObserverCSFactory } from '@splitsoftware/splitio-commons/src/trackers/impressionObserver/impressionObserverCS';
import integrationsManagerFactory from '@splitsoftware/splitio-commons/src/integrations/pluggable';
// import integrationsManagerFactory from '@splitsoftware/splitio-commons/src/integrations/pluggable';

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if you are planning to use this in the future, but you could remove it.

Comment thread src/platform/getModules.ts Outdated
settings.integrations && settings.integrations.length > 0
? integrationsManagerFactory.bind(null, settings.integrations)
: undefined,
// integrationsManagerFactory: settings.integrations && settings.integrations.length > 0 ? integrationsManagerFactory.bind(null, settings.integrations) : undefined,

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here: remove this line if unnecessary.

@EmilianoSanchez
EmilianoSanchez merged commit f23bd2b into development Jul 15, 2021
@EmilianoSanchez
EmilianoSanchez deleted the travis_config branch May 24, 2022 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants