Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Travis CI #4

Merged
merged 2 commits into from Aug 23, 2016
Merged

Add Travis CI #4

merged 2 commits into from Aug 23, 2016

Conversation

remarkablemark
Copy link
Owner

@remarkablemark remarkablemark commented Aug 23, 2016

Resolves #3

Continuous integration tool will run tests and linter and ensure code confidence.

Tasks:

  • Update package.json:
    • In devDependencies, specify wildcard for react and react-dom to allow latest versions to be installed (this ensures Travis runs tests with the latest version)
    • In peerDependencies, specify react version >=0.14 in order to stay consistent with React elements schema
  • Ignore .travis.yml in .npmignore

Continuous integration tool will run tests and linter and ensure
code confidence.

Also ignore `.travis.yml` in `.npmignore`.

https://travis-ci.org
This package only supports `react` greater than or equal to
v0.14 to stay consistent with React elements schema.

Include all versions of `react` and `react-dom` in devDependencies
to ensure that the latest is installed and tested by Travis CI.
@remarkablemark remarkablemark merged commit d66db4b into master Aug 23, 2016
@remarkablemark remarkablemark deleted the travis branch August 23, 2016 22:39
@remarkablemark remarkablemark removed the feature New feature or request label Aug 26, 2016
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.

None yet

1 participant