-
Couldn't load subscription status.
- Fork 380
Upadate README #98
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
Upadate README #98
Conversation
CI configuration
If we move away from Travis CI, then we lose info on proper CI configuration which now is only contained in .travis.yml
After merge of #96 it should be:
npm install
cd client && npm run build
fix for new build system
@alexfedoseev Fixed. Thanks!
Thanks! 👍 I'll merge it after #96
@szyablitsky #96 is merged.
Here is the final travis config: https://github.com/shakacode/react-webpack-rails-tutorial/blob/master/.travis.yml
Please make one more fix and I'll merge it to master. Thanks!
@alexfedoseev Done!
@szyablitsky Merged 👍
CI configuration