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

Travis for example dir #17

Closed
lmatteis opened this issue Jan 30, 2017 · 8 comments
Closed

Travis for example dir #17

lmatteis opened this issue Jan 30, 2017 · 8 comments

Comments

@lmatteis
Copy link
Member

So I'd like to test the example project (which is meant to be a separate project with its own package.json) using travis. Any thoughts on configuring this? @nickbalestra

@nickbalestra
Copy link
Collaborator

why not making this into a monorepo? Perhpash using something like lerna for example..

@nickbalestra
Copy link
Collaborator

Othwerwise You can set a script field in the travis yaml config:

something like:

...
script: cd npm install && npm test && cd ../example && npm install && npm test

Here a cool post about it

@lmatteis
Copy link
Member Author

lmatteis commented Jan 30, 2017

Thanks! That works. I'm getting the cycle/time problem also on travis https://travis-ci.org/cyclejs-community/redux-cycle-middleware/builds/196599833#L1046

Reference PR: #18

@nickbalestra
Copy link
Collaborator

Weird, as I see it was correctly installed -> https://travis-ci.org/cyclejs-community/redux-cycle-middleware/builds/196599833#L664

@lmatteis
Copy link
Member Author

Maybe it's something with how mocha runs/compiles the code? Not sure

@lmatteis
Copy link
Member Author

lmatteis commented Jan 30, 2017

@lmatteis
Copy link
Member Author

Maybe @goshakkk @Widdershin can help solve the mystery?

@lmatteis
Copy link
Member Author

This is closed as it was a problem with cyclejs/time and the fact that it was compiling into Index.js rather than index.js

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

No branches or pull requests

2 participants