Continuous Integration with Angular and Travis CI

preview_player
Показать описание
Improve the scale and maintainability of your Angular application with Continuous Integration powered by Travis and GitHub.

I know there's lots of ways of doing this and some people might disagree, but showing how easy it is required me to pick one way to help developers get started.
Рекомендации по теме
Комментарии
Автор

I got an error The command "make test" exited with 2.

ComunidaddeProgramadores
Автор

Hey, I just wanted to mention that this didn't work for me at first. After some googling, I found out that you can replace the current value of "local-dir" in travis.yml with "$TRAVIS_BUILD_DIR". With this my build didn't fail.

Also, if the "ng lint command" throws errors, it shows that my code is bad but doesn't fail the build, right?

flockenlp
Автор

Hi, quick question. If we put the github-token in the yml file, it will get exposed. how do we control this ?

gauravdawg
Автор

If only I could get my business org to use Travis CI or just generally not Jenkins/Teamcity.

craigasketch
Автор

Yo! Cool tutorial. But you are always forced to pass your credentials which is terrible. Try to use credential.helper for your git configuration. Good luck!

RafaSchmidt