GoTeamEpsilon / angular-to-react-redux

Angular to React/Redux, a Guide for Angular v1 Experts Looking to Learn React/Redux
MIT License
107 stars 12 forks source link

Set up Travis CI for the Angular Sample Application #57

Closed MatthewVita closed 7 years ago

MatthewVita commented 7 years ago

Hi @LiamDotPro, can you please do this :)

ghost commented 7 years ago

Set up: https://travis-ci.org/GoTeamEpsilon/angular-to-react

Now the question is...are we just going to test the Angular app? Are we going to have tests in the React one as well? How do we kick off to sets of tests at once (I can think of a few ways though)? You can run tests just on specific branches though too.

ghost commented 7 years ago

Actually maybe kick off the tests in the root level and just have them initiate in both apps...for now obviously it will just initiate in the Angular folder but then later the React folder too

MatthewVita commented 7 years ago

@danielehrlich thanks for getting this started. I set up Travis so it runs linting and tests on both apps concurrently: https://github.com/GoTeamEpsilon/angular-to-react-redux/commit/1778aa6df70467df9d9ef0c518447d4987b8c5e5

Done! :)